UNPKG

@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) 443 B
import { VuiComponent } from "../core/vui.js"; import { DialogTitleProps } from "./dialog.types.js"; import "../index.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, DialogTitle as default }; //# sourceMappingURL=dialogTitle.d.ts.map