UNPKG
icomoon-helper
Version:
latest (0.0.2)
0.0.2
Helper for icomoon custom font render
github.com/Axinvd/icomoon-helper.git
Axinvd/icomoon-helper
icomoon-helper
/
dist
/
index.d.ts
3 lines
(2 loc)
•
121 B
TypeScript
View Raw
1
2
3
export
{
IIconProps
,
IRenderIconProps
,
ISymbol
}
from
'./interfaces'
;
export
{ createIconSet }
from
'./createIconSet'
;