EASYAIuniappNewUI/node_modules/@tuniao/tnui-vue3-uniapp/components/loading/index.ts
2025-02-08 18:50:38 +08:00

10 lines
248 B
TypeScript

import { withNoopInstall } from '../../utils'
import Loading from './src/loading.vue'
export const TnLoading = withNoopInstall(Loading)
export default TnLoading
export * from './src/loading'
export type { LoadingInstance } from './src/instance'