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.

11 lines (10 loc) 378 B
import { VuiComponent } from "../core/vui.js"; import { IconProps } from "../icon/icon.types.js"; import "../icon/index.js"; import "../index.js"; //#region src/input/inputIcon.d.ts /** Displays an icon within the Input. */ declare const InputIcon: VuiComponent<"svg", IconProps>; //#endregion export { InputIcon, InputIcon as default }; //# sourceMappingURL=inputIcon.d.ts.map