Why Gemfury? Push, build, and install  RubyGems npm packages Python packages Maven artifacts PHP packages Go Modules Debian packages RPM packages NuGet packages

Repository URL to install this package:

Details    
@skava/ui / dist / inputs / TextBox / deps / toAttributes.d.ts
Size: Mime:
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;
};