diff options
author | Vitaly Takmazov | 2020-10-15 22:12:21 +0300 |
---|---|---|
committer | Vitaly Takmazov | 2023-01-13 10:37:55 +0300 |
commit | fbf01fe1c1fa00ea23b18f8bc602ccb4f0691a04 (patch) | |
tree | 0e8880ac24af30dd884acc7d13f388f0af303971 /vnext/src/ui/SearchBox.js | |
parent | 0fa19d54799934b8f17c95939cb0722e06099327 (diff) |
New JSX transform
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 |