UNPKG

ftt-ui-components

Version:

some components for vuetify3/element-plus/... with vue3.

9 lines (5 loc) 177 B
import { withInstall } from '../utils' import Button from './src/button.vue' export const GlButton = withInstall(Button) export default GlButton export * from './src/button'