增加用于承载Harmony颜色比例的数据结构。
This commit is contained in:
@@ -2,3 +2,8 @@ export type Option = {
|
||||
label: string;
|
||||
value: string | number | null;
|
||||
};
|
||||
|
||||
export type HarmonyColor = {
|
||||
color: string;
|
||||
ratio: number;
|
||||
};
|
||||
|
Reference in New Issue
Block a user