10 lines
248 B
TypeScript
Raw Normal View History

2024-11-05 10:07:15 +08:00
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'