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/packages / features / Empty / typings.d.ts
Size: Mime:
export interface EmptyProps {
    searchTerm?: string;
    emptyTitle?: string;
    title?: string;
    text?: string;
    className?: string;
    /** @deprecated */
    'data-qa'?: string;
    keepShopping?: string;
    goBack?: string;
    shopSaleItems?: string;
    imageUrl?: string;
}