UNPKG

react-event-hook

Version:

A library for emitting and listening to events in a React application

2 lines (1 loc) 91 B
export declare const useStorageListener: (handler: (event: StorageEvent) => void) => void;