UNPKG

@plone/volto

Version:
5 lines (4 loc) 113 B
/** * Hook to listen for an event on the document */ export function useEvent(event: any, handler: any): void;