UNPKG

@indielayer/ui

Version:

Indielayer UI Components with Tailwind CSS build for Vue 3

9 lines (7 loc) 195 B
import * as components from './components' import create from './create' export default create({ components: Object.keys(components).map( (key) => components[key as keyof object], ), })