@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) • 354 B
TypeScript
import { VuiComponent } from "../core/vui.js";
import { LabelProps } from "./label.types.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 };
//# sourceMappingURL=label.d.ts.map