first commit

This commit is contained in:
2026-03-10 16:18:05 +00:00
commit 11f9c069b5
31635 changed files with 3187747 additions and 0 deletions

View File

@@ -0,0 +1,11 @@
import type { ComponentType, JSX, PropsWithChildren } from 'react';
import type { ExpoRootProps } from '../ExpoRoot';
import type { RequireContext } from '../types';
type InitialProps = {
location: URL;
context: RequireContext;
wrapper: ComponentType<PropsWithChildren>;
};
export declare function registerStaticRootComponent<P extends InitialProps>(component: (props: ExpoRootProps) => JSX.Element, initialProps: P): any;
export {};
//# sourceMappingURL=registerRootComponent.d.ts.map