UNPKG

70 BTypeScriptView Raw
1export default function useEvent<T extends Function>(callback: T): T;