one
Version:
One is a new React Framework that makes Vite serve both native and web.
5 lines • 301 B
TypeScript
import { type ReactNode } from 'react';
export declare const NAVIGATOR_CONFIG = "__oneNavigatorConfig";
export declare function isNavigatorConfigChild(child: unknown): boolean;
export declare function getCustomNavigatorChildren(children: ReactNode): ReactNode[];
//# sourceMappingURL=children.d.ts.map