UNPKG

fumadocs-ui

Version:

The Radix UI version of Fumadocs UI

5 lines 209 B
import { ComponentProps } from "react"; //#region src/layouts/docs/slots/container.d.ts declare function Container(props: ComponentProps<'div'>): import("react").JSX.Element; //#endregion export { Container };