Files
Fluxup_PAP/node_modules/expo-router/build/link/preview/HrefPreview.d.ts
2026-03-10 16:18:05 +00:00

5 lines
174 B
TypeScript

import { Href } from '../../types';
export declare function HrefPreview({ href }: {
href: Href;
}): import("react").JSX.Element;
//# sourceMappingURL=HrefPreview.d.ts.map