We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d6860e8 commit c34d2f3Copy full SHA for c34d2f3
1 file changed
engine/src/Core/Interfaces/IPalette.ts
@@ -1,3 +1,4 @@
1
+import type { RangeValue } from "../../Types/RangeValue.js";
2
import type { SingleOrMultiple } from "../../Types/SingleOrMultiple.js";
3
4
export interface IPaletteColorsFill {
@@ -7,7 +8,7 @@ export interface IPaletteColorsFill {
7
8
9
export interface IPaletteColorsStroke {
10
value: SingleOrMultiple<string>;
- width: number;
11
+ width: RangeValue;
12
}
13
14
export interface IPaletteColors {
0 commit comments