input.d.ts 252 B

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