Apply prettier formatting
This commit is contained in:
parent
1cac306093
commit
526645c791
1576 changed files with 65385 additions and 62478 deletions
|
@ -16,8 +16,7 @@ limitations under the License.
|
|||
|
||||
import { useState } from "react";
|
||||
|
||||
export default function useFocus(
|
||||
): [boolean, {onFocus: () => void, onBlur: () => void}] {
|
||||
export default function useFocus(): [boolean, { onFocus: () => void; onBlur: () => void }] {
|
||||
const [focused, setFocused] = useState(false);
|
||||
|
||||
const props = {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue