UNPKG

@dfsj/ec-hooks

Version:

贵州东方世纪常用 hook。

7 lines (6 loc) 180 B
type Handler = (event: Event) => void; export declare function useOn(eventName: string, handler: Handler): { setOnEle: (el: any) => void; stopOn: () => void; }; export {};