aboutsummaryrefslogtreecommitdiffstats
path: root/src/actions/recipePreview.ts
diff options
context:
space:
mode:
Diffstat (limited to 'src/actions/recipePreview.ts')
-rw-r--r--src/actions/recipePreview.ts7
1 files changed, 7 insertions, 0 deletions
diff --git a/src/actions/recipePreview.ts b/src/actions/recipePreview.ts
new file mode 100644
index 000000000..36de3d844
--- /dev/null
+++ b/src/actions/recipePreview.ts
@@ -0,0 +1,7 @@
1import PropTypes from 'prop-types';
2
3export default {
4 search: {
5 needle: PropTypes.string.isRequired,
6 },
7};