UNPKG
@react-beauty/ui-icon
Version:
latest (1.0.3)
1.0.3
1.0.2
1.0.1
ui-icon
@react-beauty/ui-icon
/
dist
/
type.d.ts
4 lines
(3 loc)
•
134 B
TypeScript
View Raw
1
2
3
4
import
{ iconSets }
from
'./assets'
;
export
type
IconSize
=
'2xs'
|
'xs'
|
'md'
|
'lg'
;
export
type
IconName
= keyof
typeof
iconSets;