UNPKG
ftt-ui-components
Version:
latest (0.1.0)
0.1.0
some components for vuetify3/element-plus/... with vue3.
gcclll/ftt-ui-components
ftt-ui-components
/
packages
/
button
/
index.ts
9 lines
(5 loc)
•
177 B
text/typescript
View Raw
1
2
3
4
5
6
7
8
9
import
{ withInstall }
from
'../utils'
import
Button
from
'./src/button.vue'
export
const
GlButton
=
withInstall
(
Button
)
export
default
GlButton
export
*
from
'./src/button'