diff --git a/src/Button.tsx b/src/Button.tsx index ddcef4f32..7ddc6d03d 100644 --- a/src/Button.tsx +++ b/src/Button.tsx @@ -72,6 +72,7 @@ export namespace ButtonProps { disabled?: boolean; /** Default "button" */ type?: "button" | "submit" | "reset"; + value?: string }; }