We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 07e7eae commit 0ce0557Copy full SHA for 0ce0557
src/Button.tsx
@@ -72,6 +72,7 @@ export namespace ButtonProps {
72
disabled?: boolean;
73
/** Default "button" */
74
type?: "button" | "submit" | "reset";
75
+ value?: string
76
};
77
}
78
0 commit comments