UNPKG

reactuals

Version:

A useful package providing a collection of 50+ React hooks and utilities to simplify React development.

7 lines (6 loc) 183 B
/// <reference types="react" /> export declare function useFullscreen(ref: React.RefObject<HTMLElement>): { isFullscreen: boolean; enter: () => void; exit: () => void; };