dk-plus
Version:
9 lines (8 loc) • 311 B
TypeScript
import type { Directive } from 'vue';
import type { Install } from '../_utils/withInstall';
import type loading from "./src/loading";
export declare const DkLoading: Install<{
directive: Install<Directive<any, any>>;
}>;
export type loadingInstance = InstanceType<typeof loading>;
export default DkLoading;