UNPKG

ivue-material-plus

Version:

A high quality UI components Library with Vue.js

8 lines (7 loc) 238 B
declare function inserted(el: Element, binding: Record<string, any>): void; declare function unbind(el: Element): void; declare const _default: { beforeMount: typeof inserted; unmounted: typeof unbind; }; export default _default;