Repository URL to install this package:
|
Version:
0.0.15 ▾
|
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;
}