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/primitives/menu.d.ts generated vendored Normal file
View File

@@ -0,0 +1,10 @@
import type { MenuActionProps, MenuProps } from './types';
/**
* This component renders a context menu action for a link.
* It should only be used as a child of `Link.Menu` or `LinkMenu`.
*
* @platform ios
*/
export declare function MenuAction(props: MenuActionProps): null;
export declare function Menu(props: MenuProps): null;
//# sourceMappingURL=menu.d.ts.map