UNPKG

@wix/design-system

Version:

@wix/design-system

26 lines 1 kB
import React from 'react'; import type { InputImperativeActions } from '../Input'; declare const InputWithLabel: React.ForwardRefExoticComponent<import("../Input").InputProps & { dataHook?: string; suffix?: React.ReactNode[]; label?: string; value?: string | number; status?: import("../Input").InputProps["status"]; statusMessage?: import("../Input").InputProps["statusMessage"]; onFocus?: React.FocusEventHandler<HTMLInputElement>; onBlur?: React.FocusEventHandler<HTMLInputElement>; onChange?: React.ChangeEventHandler<HTMLInputElement>; name?: string; type?: string; ariaLabel?: string; autoFocus?: boolean; autocomplete?: string; disabled?: boolean; className?: string; maxLength?: number; placeholder?: string; customInput?: React.ReactNode | Function; border?: "standard" | "bottomLine"; } & React.RefAttributes<InputImperativeActions>>; export default InputWithLabel; //# sourceMappingURL=InputWithLabel.d.ts.map