Skip to content

BlockSuite API Documentation / @blocksuite/affine-model / ColorSchema

Variable: ColorSchema

const ColorSchema: ZodUnion<[ZodString, ZodObject<{ normal: ZodString; }, "strip", ZodTypeAny, { normal: string; }, { normal: string; }>, ZodObject<{ dark: ZodString; light: ZodString; }, "strip", ZodTypeAny, { dark: string; light: string; }, { dark: string; light: string; }>]>

Defined in: packages/affine/model/src/themes/color.ts:17