2024-11-05 10:07:15 +08:00

9 lines
265 B
TypeScript

import { withNoopInstall } from '../../utils'
import IndexList from './src/index-list.vue'
export const TnIndexList = withNoopInstall(IndexList)
export default TnIndexList
export * from './src/index-list'
export type { TnIndexListInstance } from './src/instance'