@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) • 397 B
TypeScript
import { VuiComponent } from "../core/vui.js";
import { DialogTitleProps } from "./dialog.types.js";
//#region src/dialog/dialogTitle.d.ts
/** Shows a title in the Dialog Header. Receives id linked to aria-labelledby on the Dialog for accessibility. */
declare const DialogTitle: VuiComponent<"h4", DialogTitleProps>;
//#endregion
export { DialogTitle };
//# sourceMappingURL=dialogTitle.d.ts.map