filter.js 455 Bytes
Newer Older
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20
// const pickType = {
//   WEB_ICON: 'WEB_ICON',
//   WEB_ASSETS: 'WEB_ASSETS',
//   ALL: 'ALL'
// };
// const firstCategry = {
//   [pickType.ALL]: ['CityTemp', 'icon', 'androidMenu', 'menuNew'],
//   [pickType.WEB_ICON]: ['CityTemp', 'logo'],
//   [pickType.WEB_ASSETS]: ['CityTemp', 'menuNew'],
// }
// const secondCategry = {
//   [pickType.ALL]: []
// }

// const filterFactory = (type) => {
// }

// export default {
//   [pickType.WEB_ICON]:
// };