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 / atoms / MaterialIcon / wording.d.ts
Size: Mime:
declare const wording: {
    minusAlt: {
        description: string;
        title: string;
    };
    plusAlt: {
        description: string;
        title: string;
    };
    star: {
        description: string;
        title: string;
    };
    expand_more: {
        description: string;
        title: string;
    };
    expand_less: {
        description: string;
        title: string;
    };
    chevron_right: {
        description: string;
        title: string;
    };
    chevron_left: {
        description: string;
        title: string;
    };
    favorite: {
        description: string;
        title: string;
    };
    remove_circle_icon: {
        description: string;
        title: string;
    };
    add_circle_icon: {
        description: string;
        title: string;
    };
    directions: {
        title: string;
    };
    location_on: {
        title: string;
    };
    shopping_cart: {
        title: string;
    };
    search: {
        title: string;
    };
    add: {
        title: string;
    };
    arrow_drop_down: {
        title: string;
    };
    arrow_drop_up: {
        title: string;
    };
    barcode: {
        title: string;
    };
    call: {
        title: string;
    };
    cancel: {
        title: string;
    };
    check_box_outline_blank: {
        title: string;
        description: string;
    };
    check_box: {
        title: string;
        description: string;
    };
    delete: {
        title: string;
    };
    delete_forever: {
        title: string;
    };
    delete_outline: {
        title: string;
    };
    email: {
        title: string;
    };
    favorite_border: {
        title: string;
    };
    list: {
        title: string;
    };
    play_circle_filled: {
        title: string;
    };
    play_circle_outline: {
        title: string;
    };
    radio_button_checked: {
        tite: string;
    };
    radio_button_unchecked: {
        title: string;
    };
    share: {
        title: string;
    };
    star_border: {
        title: string;
    };
    toggle_off: {
        title: string;
        description: string;
    };
    toggle_on: {
        title: string;
        description: string;
    };
    visibility: {
        title: string;
        description: string;
    };
    visibility_off: {
        title: string;
        description: string;
    };
    close_icon: {
        title: string;
        description: string;
    };
};
export { wording };
export default wording;