From d48f007af7e87d3d1954f535b4bc59fe56d04b61 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=BE=90=E6=B6=9B?= Date: Tue, 31 Dec 2024 17:14:02 +0800 Subject: [PATCH] =?UTF-8?q?=E5=A2=9E=E5=8A=A0=E7=94=A8=E4=BA=8E=E6=89=BF?= =?UTF-8?q?=E8=BD=BDHarmony=E9=A2=9C=E8=89=B2=E6=AF=94=E4=BE=8B=E7=9A=84?= =?UTF-8?q?=E6=95=B0=E6=8D=AE=E7=BB=93=E6=9E=84=E3=80=82?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/models.ts | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/src/models.ts b/src/models.ts index cf18ade..e7fa3b7 100644 --- a/src/models.ts +++ b/src/models.ts @@ -2,3 +2,8 @@ export type Option = { label: string; value: string | number | null; }; + +export type HarmonyColor = { + color: string; + ratio: number; +};