UNPKG

@react-hookz/web

Version:

React hooks done right, for browser and SSR.

3 lines (2 loc) 180 B
export declare function useDocumentVisibility(initializeWithValue: false): boolean | undefined; export declare function useDocumentVisibility(initializeWithValue?: true): boolean;