UNPKG

@lobehub/ui

Version:

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

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