@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) • 362 B
TypeScript
import { VuiComponent } from "../core/vui.js";
import { DialogHeaderProps } from "./dialog.types.js";
//#region src/dialog/dialogHeader.d.ts
/** Shows title, status icon and close button above the Dialog Body. */
declare const DialogHeader: VuiComponent<"div", DialogHeaderProps>;
//#endregion
export { DialogHeader };
//# sourceMappingURL=dialogHeader.d.ts.map