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 / components / presets / B2B / UserProfile / fixture.d.ts
Size: Mime:
declare const MyProfileInputList: ({
    identifier: string;
    type: string;
    value: string;
    name: string;
    labelText: string;
    className: string;
    wrapperClassName: string;
    maxLength: string;
    validationType: string;
    errorMessageFor: string;
    autocomplete: string;
    ariaLabel: string;
    dataQa: string;
    animatePlaceholder: boolean;
    identity?: undefined;
} | {
    identity: string;
    type: string;
    value: string;
    className: string;
    name: string;
    labelText: string;
    maxLength: string;
    wrapperClassName: string;
    validationType: string;
    errorMessageFor: string;
    dataQa: string;
    autocomplete: string;
    ariaLabel: string;
    animatePlaceholder: boolean;
    identifier?: undefined;
})[];
declare const emailPreferenceInputList: ({
    identity: string;
    type: string;
    label: string;
    className: string;
    name: string;
    isSelected: boolean;
    bgColor: string;
    ariaLabel: string;
} | {
    identity: string;
    type: string;
    label: string;
    className: string;
    name: string;
    isSelected: boolean;
    bgColor: string;
    ariaLabel?: undefined;
})[];
declare const smsNotificationInputList: ({
    type: string;
    validationType: string;
    className: string;
    name: string;
    elementList: ({
        identity: string;
        type: string;
        value: string;
        className: string;
        name: string;
        labelText: string;
        maxLength: string;
        wrapperClassName: string;
        validationType: string;
        errorMessageFor: string;
        dataQa: string;
        autocomplete: string;
        ariaLabel: string;
        animatePlaceholder: boolean;
    } | {
        identity: string;
        type: string;
        value: string;
        className: string;
        name: string;
        labelText: string;
        maxLength: string;
        wrapperClassName: string;
        validationType: string;
        dataQa: string;
        ariaLabel: string;
        animatePlaceholder: boolean;
        errorMessageFor?: undefined;
        autocomplete?: undefined;
    })[];
    identity?: undefined;
    label?: undefined;
    bgColor?: undefined;
    dataQa?: undefined;
    ariaLabel?: undefined;
    isSelected?: undefined;
} | {
    identity: string;
    type: string;
    label: string;
    className: string;
    name: string;
    bgColor: string;
    dataQa: string;
    ariaLabel: string;
    validationType?: undefined;
    elementList?: undefined;
    isSelected?: undefined;
} | {
    identity: string;
    type: string;
    label: string;
    className: string;
    name: string;
    isSelected: boolean;
    bgColor: string;
    dataQa: string;
    ariaLabel: string;
    validationType?: undefined;
    elementList?: undefined;
})[];
export { MyProfileInputList, emailPreferenceInputList, smsNotificationInputList, };