fumadocs-ui
Version:
The Radix UI version of Fumadocs UI
38 lines (37 loc) • 2.04 kB
TypeScript
import { Callout, CalloutContainer, CalloutDescription, CalloutTitle } from "./components/callout.js";
import { Card, Cards } from "./components/card.js";
import { CodeBlockTab, CodeBlockTabs, CodeBlockTabsList, CodeBlockTabsTrigger } from "./components/codeblock.js";
import { createRelativeLink as createRelativeLink$1 } from "./mdx.server.js";
import * as react_jsx_runtime4 from "react/jsx-runtime";
import { AnchorHTMLAttributes, FC, HTMLAttributes, ImgHTMLAttributes, TableHTMLAttributes } from "react";
//#region src/mdx.d.ts
declare function Image(props: ImgHTMLAttributes<HTMLImageElement> & {
sizes?: string;
}): react_jsx_runtime4.JSX.Element;
declare function Table(props: TableHTMLAttributes<HTMLTableElement>): react_jsx_runtime4.JSX.Element;
declare const defaultMdxComponents: {
CodeBlockTab: typeof CodeBlockTab;
CodeBlockTabs: typeof CodeBlockTabs;
CodeBlockTabsList: typeof CodeBlockTabsList;
CodeBlockTabsTrigger: typeof CodeBlockTabsTrigger;
pre: (props: HTMLAttributes<HTMLPreElement>) => react_jsx_runtime4.JSX.Element;
Card: typeof Card;
Cards: typeof Cards;
a: FC<AnchorHTMLAttributes<HTMLAnchorElement>>;
img: typeof Image;
h1: (props: HTMLAttributes<HTMLHeadingElement>) => react_jsx_runtime4.JSX.Element;
h2: (props: HTMLAttributes<HTMLHeadingElement>) => react_jsx_runtime4.JSX.Element;
h3: (props: HTMLAttributes<HTMLHeadingElement>) => react_jsx_runtime4.JSX.Element;
h4: (props: HTMLAttributes<HTMLHeadingElement>) => react_jsx_runtime4.JSX.Element;
h5: (props: HTMLAttributes<HTMLHeadingElement>) => react_jsx_runtime4.JSX.Element;
h6: (props: HTMLAttributes<HTMLHeadingElement>) => react_jsx_runtime4.JSX.Element;
table: typeof Table;
Callout: typeof Callout;
CalloutContainer: typeof CalloutContainer;
CalloutTitle: typeof CalloutTitle;
CalloutDescription: typeof CalloutDescription;
};
declare const createRelativeLink: typeof createRelativeLink$1;
//#endregion
export { createRelativeLink, defaultMdxComponents as default };
//# sourceMappingURL=mdx.d.ts.map