Blame view

src/components/Loading/index.ts 257 Bytes
1
2
3
4
5
6
7
8
import './src/indicator';
import LoadingLib from './src/index.vue';
import { withInstall } from '../util';

export { useLoading } from './src/useLoading';
export { createLoading } from './src/createLoading';

export const Loading = withInstall(LoadingLib);