UNPKG
@itools-front/ifrontui
Version:
latest (2.8.6)
2.8.6
2.8.5
2.8.4
2.8.3
2.8.2
2.8.1
2.8.0
Vue Material Component Framework
@itools-front/ifrontui
/
src
/
components
/
VColorPicker
/
index.ts
7 lines
(5 loc)
•
249 B
text/typescript
View Raw
1
2
3
4
5
6
7
import
VColorPicker
from
'./VColorPicker'
import
VColorPickerSwatches
from
'./VColorPickerSwatches'
import
VColorPickerCanvas
from
'./VColorPickerCanvas'
export
{
VColorPicker
,
VColorPickerSwatches
,
VColorPickerCanvas
}
export
default
VColorPicker