@veracity/vui
Version:
Veracity UI is a React component library crafted for use within Veracity applications and pages. Based on Styled Components and @xstyled.
11 lines (10 loc) • 423 B
TypeScript
import "../system/index.js";
import { VuiComponent } from "../core/vui.js";
import { LabelProps } from "./label.types.js";
import "../index.js";
//#region src/label/label.d.ts
/** Displays a label element, optionally with helper text, an optional indicator, and an info tooltip. */
declare const Label: VuiComponent<"label", LabelProps>;
//#endregion
export { Label, Label as default };
//# sourceMappingURL=label.d.ts.map