9 lines
256 B
TypeScript
Raw Normal View History

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