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

8 lines
408 B
TypeScript

import { PropsWithChildren } from 'react';
export declare function LinkPreviewContextProvider({ children }: PropsWithChildren): import("react").JSX.Element;
export declare const useLinkPreviewContext: () => {
isStackAnimationDisabled: boolean;
openPreviewKey: string | undefined;
setOpenPreviewKey: (openPreviewKey: string | undefined) => void;
};
//# sourceMappingURL=LinkPreviewContext.d.ts.map