index.js 141 B

12
  1. export const actionSearch = text => ({type: 'SEARCH', text})
  2. export const actionSearchResult = payload => ({type: 'SEARCH_RESULT', payload})