UNPKG

taro-hooks

Version:
5 lines (4 loc) 270 B
import type { Noop } from '../type'; export declare function prefixClsEvent(prefixCls: string, eventName: string): string; export declare function isSafeEvent(eventName: string): boolean; export declare function generateCheck(eventName: any, handlers: Noop[]): boolean;