UNPKG

fumadocs-ui

Version:

The Radix UI version of Fumadocs UI

17 lines (16 loc) 403 B
import * as react_jsx_runtime13 from "react/jsx-runtime"; import { ReactNode } from "react"; //#region src/components/steps.d.ts declare function Steps({ children }: { children: ReactNode; }): react_jsx_runtime13.JSX.Element; declare function Step({ children }: { children: ReactNode; }): react_jsx_runtime13.JSX.Element; //#endregion export { Step, Steps }; //# sourceMappingURL=steps.d.ts.map