UNPKG

dm-vue3-ui

Version:

This Components Library will help get you started developing in Vue 3.

8 lines (7 loc) 263 B
import type { DirectiveBinding } from 'vue'; declare const DmLoading: { name: string; mounted(el: HTMLElement, binding: DirectiveBinding<boolean>): void; updated(el: HTMLElement, binding: DirectiveBinding<boolean>): void; }; export default DmLoading;