Repository URL to install this package:
|
Version:
0.0.15 ▾
|
declare const wording: {
favoritesTitle: string;
favoritesShare: string;
favoritesIconColor: string;
shareFavoritesTitle: string;
emptyFavoritesPageMessage: string;
favoritesPrivateListMessage: string;
};
declare const qa: {
favoritesIcon: string;
favoritesShare: string;
};
declare const socialIconList: ({
label: string;
url: string;
color: string;
dataQa: string;
breed: string;
bgcolor?: undefined;
} | {
label: string;
url: string;
bgcolor: string;
color: string;
dataQa: string;
breed?: undefined;
})[];
export { wording, socialIconList, qa };