Skip to content

Commit bb3c274

Browse files
Add buttonBorderRadius to types (#798)
1 parent 8ef756c commit bb3c274

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

types/stripe-js/elements-group.d.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1178,6 +1178,7 @@ export interface Appearance {
11781178
focusOutline?: string;
11791179

11801180
// Radius
1181+
buttonBorderRadius?: string;
11811182
borderRadius?: string;
11821183
};
11831184

0 commit comments

Comments
 (0)