@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) • 352 B
TypeScript
import { VuiComponent } from "../core/vui.js";
import { HelpTextProps } from "./input.types.js";
import "../index.js";
//#region src/input/helpText.d.ts
/** Displaying help text below the input. */
declare const HelpText: VuiComponent<"div", HelpTextProps>;
//#endregion
export { HelpText, HelpText as default };
//# sourceMappingURL=helpText.d.ts.map