UNPKG

vue-devui

Version:

DevUI components based on Vite and Vue3

7 lines (6 loc) 277 B
import { IRippleDirectiveOptionWithBinding } from './options'; declare const _default: { mounted(el: HTMLElement, binding: IRippleDirectiveOptionWithBinding): void; updated(el: HTMLElement, binding: IRippleDirectiveOptionWithBinding): void; }; export default _default;