mirror of
https://github.com/streamich/react-use.git
synced 2026-01-18 14:06:52 +00:00
4 lines
161 B
TypeScript
4 lines
161 B
TypeScript
export declare const isClient: boolean;
|
|
export declare const on: (obj: any, ...args: any[]) => any;
|
|
export declare const off: (obj: any, ...args: any[]) => any;
|