diff options
Diffstat (limited to 'vnext/src/ui/SearchBox.js')
-rw-r--r-- | vnext/src/ui/SearchBox.js | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/vnext/src/ui/SearchBox.js b/vnext/src/ui/SearchBox.js index 005739d8..c79c9e8f 100644 --- a/vnext/src/ui/SearchBox.js +++ b/vnext/src/ui/SearchBox.js @@ -1,4 +1,3 @@ -import React from 'react'; import { useFormState } from 'react-use-form-state'; /** @@ -6,9 +5,9 @@ import { useFormState } from 'react-use-form-state'; * @property {function} onSearch */ - /** - * @typedef {SearchBoxPropsFields} SearchBoxProps - */ +/** +* @typedef {SearchBoxPropsFields} SearchBoxProps +*/ /** * @param {SearchBoxProps} props |