Repository URL to install this package:
|
Version:
3.0.4 ▾
|
import { TextBoxComponent } from '../typings';
export declare function toAttributes(instance: TextBoxComponent): {
passthroughProps: any;
wrapperProps: {
hasError: any;
'aria-invalid'?: string | boolean | undefined;
className?: string | undefined;
required?: boolean | undefined;
};
validationProps: any;
classList: import("./toClassList").ClassList;
placeholderText: any;
animatePlaceholder: any;
name: any;
isDisabled: any;
type: string | undefined;
dataQa: any;
qa: any;
labelText: any;
ariaLabel: any;
inputIcon: any;
};