@plurid/plurid-react
Version:
React implementation of Plurid to explore the web in three dimensions
5 lines (4 loc) • 319 B
TypeScript
export declare const useWindowEvent: (event: any, callback: any) => void;
export declare const useElementEvent: (event: any, element: any, callback: any) => void;
export declare const useGlobalKeyDown: (callback: any, element?: any) => void;
export declare const useGlobalWheel: (callback: any, element?: any) => void;