Skip to content

Commit

Permalink
update doc
Browse files Browse the repository at this point in the history
  • Loading branch information
SerhiiTsybulskyi committed Oct 16, 2024
1 parent e785008 commit 8c51309
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/Theme.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ export interface Theme {
stroke?: ColorRepresentation;
color: ColorRepresentation;
fontSize?: number;
yOffset?: number;
offset?: [number, number, number];
};
};
}
Expand Down

0 comments on commit 8c51309

Please sign in to comment.