ruoyi-plus-vben5/packages/effects/common-ui/src/components/loading/index.ts

4 lines
133 B
TypeScript
Raw Normal View History

export * from './directive';
export { default as Loading } from './loading.vue';
export { default as Spinner } from './spinner.vue';