UNPKG

@lobehub/ui

Version:

Lobe UI is an open-source UI component library for building AIGC web apps

8 lines (7 loc) 216 B
import { DivProps } from "../../types/index.mjs"; import { FC } from "react"; //#region src/mdx/Steps/index.d.ts declare const Steps: FC<DivProps>; //#endregion export { Steps }; //# sourceMappingURL=index.d.mts.map