UNPKG

@vuesax-alpha/nightly

Version:
8 lines (7 loc) 287 B
import type { ObjectDirective } from 'vue'; import type { MaybeRef } from 'vuesax-alpha/es/utils'; declare type LoadingOptions = { loading: MaybeRef<boolean>; }; declare const loading: ObjectDirective<HTMLElement, LoadingOptions | LoadingOptions['loading']>; export default loading;