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) 307 B
import { VuiComponent } from "../core/vui.js"; import { IconProps } from "../icon/icon.types.js"; //#region src/input/inputIcon.d.ts /** Displays an icon within the Input. */ declare const InputIcon: VuiComponent<"svg", IconProps>; //#endregion export { InputIcon }; //# sourceMappingURL=inputIcon.d.ts.map