mirror of
https://github.com/gosticks/DefinitelyTyped.git
synced 2025-10-16 12:05:41 +00:00
* 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
7 lines
303 B
TypeScript
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;
|