@lobehub/ui
Version:
Lobe UI is an open-source UI component library for building AIGC web apps
8 lines (7 loc) • 314 B
text/typescript
import { FormSubmitFooterProps } from "../type.mjs";
import * as react50 from "react";
//#region src/Form/components/FormSubmitFooter.d.ts
declare const FormSubmitFooter: react50.NamedExoticComponent<FormSubmitFooterProps>;
//#endregion
export { FormSubmitFooter };
//# sourceMappingURL=FormSubmitFooter.d.mts.map