UNPKG
rn-ml
Version:
latest (0.0.2)
0.0.2
0.0.1
React Native cli tools
rn-ml
/
lib
/
command
/
appicon.d.ts
4 lines
(3 loc)
•
118 B
TypeScript
View Raw
1
2
3
4
import
{
Command
}
from
"commander"
;
declare
const
appIconSetup
:
(
program
:
Command
) =>
void
;
export
{ appIconSetup };