Repository URL to install this package:
|
Version:
0.0.15 ▾
|
const defaultSuggestionList = Object.freeze([
// 'Jeans|||Men',
// 'Jeans|||Women',
// 'Shoes|||Kids',
// 'Shoes||| ',
'Men||| ',
'Women||| ',
'Shirts||| ',
'Sun Drop||| ',
'Uja Vu||| ',
]);
const defaultSuggestion = Object.freeze({
label: 'keywords',
value: defaultSuggestionList,
});
const fixture = {
properties: {
suggestion: [defaultSuggestion],
},
};
const wording = {
placeholder: 'Search',
noSearchSuggestion: 'no search suggestions',
};
export { defaultSuggestionList, defaultSuggestion, fixture, wording };
export default fixture;
//# sourceMappingURL=fixture.js.map