UNPKG
rn-ml
Version:
latest (0.0.2)
0.0.2
0.0.1
React Native cli tools
rn-ml
/
lib
/
appicon
/
template
/
ios
/
data.d.ts
9 lines
(8 loc)
•
185 B
TypeScript
View Raw
1
2
3
4
5
6
7
8
9
declare
const
iosIcons
: {
filename
:
string
;
idiom
:
string
;
platform
:
string
;
size
:
string
; }[];
declare
const
iosIconsSize
:
number
[];
export
{ iosIcons, iosIconsSize };