comic-plus
Version:
<p align="center"> <img width="200px" src="./logo.png"/> </p>
12 lines (10 loc) • 314 B
TypeScript
import { ObjectDirective, App } from 'vue';
import { LoadingService } from './src/loading';
declare const useLoading: () => ObjectDirective;
declare const vLoading: {
install: (app: App) => void;
};
declare const CuLoading: {
service: typeof LoadingService;
};
export { vLoading, CuLoading, useLoading };