UNPKG

@stardust-ui/react-component-event-listener

Version:
7 lines (6 loc) 276 B
import { TargetRef } from './types'; export declare const documentRef: TargetRef; export declare const windowRef: TargetRef; export { default as EventListener } from './EventListener'; export * from './types'; export { default as useEventListener } from './useEventListener';