UNPKG

@mantine/hooks

Version:

A collection of 50+ hooks for state and UI management

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; };