UNPKG

mongodb-chatbot-ui

Version:

UI React components for the MongoDB Assistant

9 lines (8 loc) 335 B
export type LinkData = { tck?: string; }; export declare const LinkDataContext: import("react").Context<LinkData>; export type LinkDataProviderProps = LinkData & { children: React.ReactNode; }; export declare function LinkDataProvider({ children, ...linkData }: LinkDataProviderProps): import("react/jsx-runtime").JSX.Element;