aboutsummaryrefslogtreecommitdiffstats
path: root/src/actions/recipePreview.ts
blob: 053b363e93b248352e0054c651771b8cbb9b216c (plain) (blame)
1
2
3
4
5
6
7
8
import PropTypes from 'prop-types';
import { ActionDefinitions } from './lib/actions';

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