area.d.ts 238 B

123456789
  1. /**
  2. * @license
  3. * SPDX-License-Identifier: Apache-2.0
  4. */
  5. import { Url } from '../../builders/url_sanitizer';
  6. /**
  7. * Sets the Href attribute from the given Url.
  8. */
  9. export declare function setHref(area: HTMLAreaElement, url: Url): void;