UNPKG

wholescreen.js

Version:

Minimal cross-browser wrapper of the Fullscreen API. Handles vendor prefixes for you!

12 lines (11 loc) 201 B
declare const props: { element: string; exit: string; request: string; supported: string; }; declare const events: { change: string; error: string; }; export { events, props };