UNPKG

@lobehub/ui

Version:

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

8 lines (7 loc) 240 B
import { FormTitleProps } from "../type.mjs"; import { FC } from "react"; //#region src/Form/components/FormTitle.d.ts declare const FormTitle: FC<FormTitleProps>; //#endregion export { FormTitle }; //# sourceMappingURL=FormTitle.d.mts.map