8 lines
408 B
TypeScript
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
|