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.

9 lines (8 loc) 309 B
import { VuiComponent } from "../core/vui.js"; import { HelpTextProps } from "./input.types.js"; //#region src/input/helpText.d.ts /** Displaying help text below the input. */ declare const HelpText: VuiComponent<"div", HelpTextProps>; //#endregion export { HelpText }; //# sourceMappingURL=helpText.d.ts.map