@ui-toolkit/directives
Version:
Directives for Vue.
10 lines (9 loc) • 327 B
TypeScript
declare function bind(el: any, binding: any, vnode: any): void;
declare function update(el: any, binding: any, vnode: any): void;
declare function unbind(el: any, binding: any, vnode: any): void;
declare const _default: {
bind: typeof bind;
unbind: typeof unbind;
update: typeof update;
};
export default _default;