UNPKG

@extclp/vexip-ui

Version:

A Vue 3 UI library, Highly customizability, full TypeScript, performance pretty good

12 lines (11 loc) 322 B
import { SpinProps } from '../../components/spin'; import { ObjectDirective, VNode } from 'vue'; interface LoadingRecord { spin: VNode; props: SpinProps; originPosition: string; } export declare const vLoading: ObjectDirective<HTMLElement & { __loading?: LoadingRecord; }, boolean | SpinProps>; export {};