UNPKG

fumadocs-ui

Version:

The Radix UI version of Fumadocs UI

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