Skip to content

Commit 33383b3

Browse files
fix(types): correct closing braces in RoundedRect
1 parent c598f37 commit 33383b3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/types/geometric.d.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ export type RoundedRect = {
3333
y: number;
3434
w: number;
3535
h: number;
36-
radius?: CornerRadius;
36+
radius?: CornerRadius
3737
}
3838

3939
export type Padding = Partial<TRBL> | number | Point;

0 commit comments

Comments
 (0)