7 lines
259 B
TypeScript
7 lines
259 B
TypeScript
|
export { default } from './loadConfig';
|
||
|
export declare const commands: {
|
||
|
name: string;
|
||
|
description: string;
|
||
|
func: (_argv: string[], ctx: import("@react-native-community/cli-types").Config) => Promise<void>;
|
||
|
}[];
|
||
|
//# sourceMappingURL=index.d.ts.map
|