aboutsummaryrefslogtreecommitdiff
path: root/vnext/src/ui/Button.js
diff options
context:
space:
mode:
authorGravatar Vitaly Takmazov2022-10-28 15:15:03 +0300
committerGravatar Vitaly Takmazov2023-01-13 10:37:58 +0300
commit204f3762eedd8028f7d79826dc625eb31bbcb909 (patch)
tree683fbb0bdc3754f02fd8014cf52d4e26cb8ae1ad /vnext/src/ui/Button.js
parent6e2f663ef80a784dd9b51fae76b17c042bbb46ee (diff)
Merge `eslint` configuration from Next version
Diffstat (limited to 'vnext/src/ui/Button.js')
-rw-r--r--vnext/src/ui/Button.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/vnext/src/ui/Button.js b/vnext/src/ui/Button.js
index 62e772b9..3e49224d 100644
--- a/vnext/src/ui/Button.js
+++ b/vnext/src/ui/Button.js
@@ -3,7 +3,7 @@ import { memo } from 'react';
import './Button.css';
/**
- * @param {React.ClassAttributes<HTMLButtonElement> & React.ButtonHTMLAttributes<HTMLButtonElement>} props
+ * @param {import('react').ClassAttributes<HTMLButtonElement> & import('react').ButtonHTMLAttributes<HTMLButtonElement>} props
*/
function Button(props) {
return (