UNPKG
fast-vue3-ui
Version:
latest (1.1.9)
1.1.9
1.1.8
1.1.7
1.1.6
1.1.5
1.1.4
1.1.2
1.1.1
1.1.0
1.0.3
<h1 align="center"> fast-ui </h1>
github.com/geeksdidi/fastui
geeksdidi/fastui
fast-vue3-ui
/
lib
/
src
/
icon
/
types.js
2 lines
(1 loc)
•
217 B
JavaScript
View Raw
1
2
"use strict"
;
Object
.
defineProperties
(
exports
,{
__esModule
:{
value
:!
0
},[
Symbol
.
toStringTag
]:{
value
:
"Module"
}});
const
e={
name
:{
type
:
String
},
dot
:{
type
:
Boolean
},
badge
:{
type
:
String
},
color
:{
type
:
String
}};
exports
.
iconProps
=e;