UNPKG

@tuniao/tnui-vue3-uniapp

Version:
9 lines (6 loc) 265 B
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'