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

17
node_modules/expo-router/build/link/Link.d.ts generated vendored Normal file
View File

@@ -0,0 +1,17 @@
import { LinkMenuAction, LinkPreview, LinkTrigger } from './elements';
import type { LinkProps, WebAnchorProps } from './useLinkHooks';
import { LinkAppleZoom } from './zoom/link-apple-zoom';
import { LinkAppleZoomTarget } from './zoom/link-apple-zoom-target';
export declare const Link: ((props: LinkProps) => import("react").JSX.Element) & {
resolveHref: (href: import("..").Href) => string;
Menu: (props: import("./elements").LinkMenuProps) => import("react").JSX.Element | null;
Trigger: typeof LinkTrigger;
Preview: typeof LinkPreview;
MenuAction: typeof LinkMenuAction;
AppleZoom: typeof LinkAppleZoom;
AppleZoomTarget: typeof LinkAppleZoomTarget;
};
export type LinkComponent = typeof Link;
export { LinkProps, WebAnchorProps };
export { Redirect, RedirectProps } from './Redirect';
//# sourceMappingURL=Link.d.ts.map