diff --git a/packages/round/src/types.ts b/packages/round/src/types.ts new file mode 100644 index 00000000..413c38df --- /dev/null +++ b/packages/round/src/types.ts @@ -0,0 +1,6 @@ +export interface ColorSchemas { + [name: string]: { + base: string; + outline: string; + }; +}