UNPKG

@freshworks/crayons

Version:
4 lines (3 loc) 363 B
/// <reference types="react" /> import type { JSX } from '@freshworks/crayons/dist/components'; export declare const FwInput: import("react").ForwardRefExoticComponent<JSX.FwInput & Omit<import("react").HTMLAttributes<HTMLFwInputElement>, "style"> & import("./react-component-lib/interfaces").StyleReactProps & import("react").RefAttributes<HTMLFwInputElement>>;