UNPKG
rn-ml
Version:
latest (0.0.2)
0.0.2
0.0.1
React Native cli tools
rn-ml
/
lib
/
appicon
/
android.d.ts
4 lines
(3 loc)
•
131 B
TypeScript
View Raw
1
2
3
4
import
{
AndroidConfigOptions
}
from
"./type"
;
declare
const
run
:
(
config
:
AndroidConfigOptions
) =>
Promise
<
void
>;
export
{ run };