UNPKG

@guruhotel/aura-hooks

Version:

🪝 Hooks library designed by the Guruhotel team for Aura UI

6 lines (5 loc) 198 B
export declare function useFullscreen<T extends HTMLElement = any>(): { readonly ref: (element: T | null) => void; readonly toggle: () => Promise<void>; readonly fullscreen: boolean; };