embed.d.ts 279 B

123456789
  1. /**
  2. * @license
  3. * SPDX-License-Identifier: Apache-2.0
  4. */
  5. import { TrustedResourceUrl } from '../../internals/resource_url_impl';
  6. /**
  7. * Sets the Src attribute from the given SafeUrl.
  8. */
  9. export declare function setSrc(embedEl: HTMLEmbedElement, url: TrustedResourceUrl): void;