EASYAIuniappNewUI/node_modules/@tuniao/tnui-vue3-uniapp/components/index-list/index.ts
2025-02-08 18:50:38 +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'