FurBall/uni_modules/tuniaoui-vue3/lib/index.ts

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