UNPKG

@lincy/tnui-vue3-uniapp

Version:
10 lines (6 loc) 248 B
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'