EASYAIuniappNewUI/node_modules/licia/delegate.d.ts
2025-02-08 18:50:38 +08:00

9 lines
242 B
TypeScript

import types = require('./types');
declare const delegate: {
add(el: Element, type: string, selector: string, cb: types.AnyFn): void;
remove(el: Element, type: string, selector: string, cb: types.AnyFn): void;
};
export = delegate;