UNPKG
@32penkin/kitten-icons
Version:
beta (0.0.5-beta.1)
latest (0.0.1)
0.0.5-beta.1
0.0.1
@ui-kitten/eva-icons
github.com/akveo/react-native-ui-kitten
akveo/react-native-ui-kitten
@32penkin/kitten-icons
/
createIconsMap.d.ts
6 lines
(5 loc)
•
191 B
TypeScript
View Raw
1
2
3
4
5
6
import
{
IconProvider
}
from
'react-native-ui-kitten'
;
import
{
SvgProps
}
from
'react-native-svg'
;
export
declare
const
createIconsMap
:
() =>
{ [
key
:
string
]:
IconProvider
<
SvgProps
>; };