FurBall/uni_modules/tuniaoui-vue3/components/loadmore/index.ts

9 lines
256 B
TypeScript

import { withNoopInstall } from '../../utils'
import Loadmore from './src/loadmore.vue'
export const TnLoadmore = withNoopInstall(Loadmore)
export default TnLoadmore
export * from './src/loadmore'
export type { TnLoadmoreInstance } from './src/instance'