2024-11-05 10:14:41 +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