UNPKG

@playbooks/hooks

Version:

A collection of React hooks for Playbooks.

6 lines (5 loc) 382 B
export declare const useLocalStorage: (method: any, listeners: any) => void; export declare const useOffline: (method: any, listeners: any) => void; export declare const useOnline: (method: any, listeners: any) => void; export declare const useResize: (method: any, listeners: any) => void; export declare const useResizeTarget: (element: any, method: any, listeners: any) => void;