DefinitelyTyped/types/dialog-polyfill/index.d.ts
Ruben Swieringa f659864039 Add type definitions for dialog-polyfill (#37513)
* Add type definitions for dialog-polyfill

* Remove self from code-owners list

Will be auto-generated and added.

* Simplify type definitions for dialog-polyfill

* Appease formatting-rules for dialog-polyfill type definitions
2019-08-12 09:46:10 -07:00

7 lines
303 B
TypeScript

// Type definitions for dialog-polyfill 0.5
// Project: https://github.com/GoogleChrome/dialog-polyfill
// Definitions by: Ruben Swieringa <https://github.com/rubenswieringa>
// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped
export function registerDialog(element: HTMLElement): void;