UNPKG

@documedis/react-components

Version:

React components for Documedis healthcare applications - prescription signing, pharmacy selection, and more

2 lines (1 loc) 114 B
export declare function useDocumentEvent<T>(eventType: string, handler: ((detail: T) => void) | undefined): void;