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

10
node_modules/expo-router/build/static/html.d.ts generated vendored Normal file
View File

@@ -0,0 +1,10 @@
import React, { PropsWithChildren } from 'react';
import { ServerDataLoaderData } from '../loaders/ServerDataLoaderContext';
/**
* Root style-reset for full-screen React Native web apps with a root `<ScrollView />` should use the following styles to ensure native parity. [Learn more](https://necolas.github.io/react-native-web/docs/setup/#root-element).
*/
export declare function ScrollViewStyleReset(): React.JSX.Element;
export declare function InnerRoot({ children, loadedData, }: PropsWithChildren<{
loadedData: ServerDataLoaderData;
}>): React.JSX.Element;
//# sourceMappingURL=html.d.ts.map