one
Version:
One is a new React Framework that makes Vite serve both native and web.
9 lines • 527 B
TypeScript
/**
* This file is copied from the react-navigation repo:
* https://github.com/react-navigation/react-navigation/blob/%40react-navigation/core%407.1.2/packages/core/src/validatePathConfig.tsx
*
* Please refrain from making changes to this file, as it will make merging updates from the upstream harder.
* All modifications except formatting should be marked with `// @modified` comment.
*/
export declare function validatePathConfig(config: unknown, root?: boolean): void;
//# sourceMappingURL=validatePathConfig.d.ts.map