aboutsummaryrefslogtreecommitdiffstats
path: root/src/actions/recipePreview.ts
blob: 36de3d844d48c3ddb2ef9248da53c0f4db770c0b (plain) (blame)
1
2
3
4
5
6
7
import PropTypes from 'prop-types';

export default {
  search: {
    needle: PropTypes.string.isRequired,
  },
};