Repository URL to install this package:
|
Version:
0.0.3 ▾
|
declare const wording: {
departments: string;
stores: string;
storeLocatorLink: string;
};
declare const classes: {
storesButton: string;
headerLocationIcon: string;
dropDownButton: string;
menuButton: string;
};
declare const qa: {
department: string;
departments: string;
searchAll: string;
qaStores: string;
};
export { wording, classes, qa };