Repository URL to install this package:
|
Version:
0.0.15 ▾
|
declare const wording: {
copyrightLogo: string;
myAccount: string;
myAccountAlt: string;
giftcards: string;
classesEvents: string;
community: string;
customerSupport: string;
trackOrder: string;
orderLookup: string;
storelocator: string;
browseCategoryTitle: string;
browseCategoryNextTitle: string;
usefulLinks: string;
ourProducts: string;
information: string;
extras: string;
pancakeCustomerSupportLink: string;
};
declare const namespace: {
community: string;
};
declare const footerLinks: {
text: string;
url: string;
qa: string;
}[];
declare const qa: {
links: string[];
title: string[];
image: string[];
shopall: string[];
shopCategory: string;
};
export { wording, qa, footerLinks, namespace };
export default wording;