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
/
renderIcon.native.d.ts
4 lines
(3 loc)
•
140 B
TypeScript
View Raw
1
2
3
4
import
React
from
'react'
;
import
{
IRenderIconProps
}
from
'./interfaces'
;
export
declare
const
renderIcon
:
React
.
FC
<
IRenderIconProps
>;