Skip to content

Commit

Permalink
Merge pull request #240 from billsuxx/add-missing-property
Browse files Browse the repository at this point in the history
fix: add roundsize property to DotOptions
  • Loading branch information
kozakdenys authored Oct 18, 2024
2 parents 824e898 + 7ac5162 commit c607eac
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/types/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -157,6 +157,7 @@ export type Options = {
type?: DotType;
color?: string;
gradient?: Gradient;
roundSize?: boolean;
};
cornersSquareOptions?: {
type?: CornerSquareType;
Expand Down

0 comments on commit c607eac

Please sign in to comment.