@veracity/vui
Version:
Veracity UI is a React component library crafted for use within Veracity applications and pages. Based on Styled Components and @xstyled.
10 lines (9 loc) • 436 B
TypeScript
import { VuiComponent } from "../core/vui.js";
import { DialogFooterProps } from "./dialog.types.js";
import "../index.js";
//#region src/dialog/dialogFooter.d.ts
/** Shows control buttons below the Dialog Body. By default includes cancel and submit buttons. */
declare const DialogFooter: VuiComponent<"div", DialogFooterProps>;
//#endregion
export { DialogFooter, DialogFooter as default };
//# sourceMappingURL=dialogFooter.d.ts.map