@veracity/vui
Version:
Veracity UI is a React component library crafted for use within Veracity applications and pages. Based on Styled Components and @xstyled.
9 lines (8 loc) • 389 B
TypeScript
import { VuiComponent } from "../core/vui.js";
import { DialogFooterProps } from "./dialog.types.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 };
//# sourceMappingURL=dialogFooter.d.ts.map