aboutsummaryrefslogtreecommitdiff
path: root/vnext/src/ui/Button.js
diff options
context:
space:
mode:
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 (