Skip to content

Commit c607eac

Browse files
authored
Merge pull request #240 from billsuxx/add-missing-property
fix: add roundsize property to DotOptions
2 parents 824e898 + 7ac5162 commit c607eac

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/types/index.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -157,6 +157,7 @@ export type Options = {
157157
type?: DotType;
158158
color?: string;
159159
gradient?: Gradient;
160+
roundSize?: boolean;
160161
};
161162
cornersSquareOptions?: {
162163
type?: CornerSquareType;

0 commit comments

Comments
 (0)