range.d.ts 255 B

1234567
  1. /**
  2. * @license
  3. * SPDX-License-Identifier: Apache-2.0
  4. */
  5. import { SafeHtml } from '../../internals/html_impl';
  6. /** Safely creates a contextualFragment. */
  7. export declare function createContextualFragment(range: Range, html: SafeHtml): DocumentFragment;