UNPKG

114 BTypeScriptView Raw
1export interface Cancelable {
2 clear(): void;
3}
4
5export default function useEventCallback(...args: any[]): void;