Blame view

src/components/Loading/index.ts 248 Bytes
1
import './src/indicator';
vben authored
2
import Loading from './src/index.vue';
3
4
import { withInstall } from '../util';
vben authored
5
withInstall(Loading);
6
7
8
export { useLoading } from './src/useLoading';
export { createLoading } from './src/createLoading';
vben authored
9
export { Loading };