Skip to content

Commit 0ce0557

Browse files
committed
feat: add "value" for button props
1 parent 07e7eae commit 0ce0557

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/Button.tsx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -72,6 +72,7 @@ export namespace ButtonProps {
7272
disabled?: boolean;
7373
/** Default "button" */
7474
type?: "button" | "submit" | "reset";
75+
value?: string
7576
};
7677
}
7778

0 commit comments

Comments
 (0)