EASYAIuniappNewUI/node_modules/@tuniao/tnui-vue3-uniapp/lib/index.ts
2025-02-08 18:50:38 +08:00

9 lines
219 B
TypeScript

import installer from './defaults'
export * from '../components'
export * from '../constants'
export * from '../hooks'
export * from './make-installer'
export const install = installer.install
export default installer