Skip to content

Variable: ButtonLookAndFeelSchema

ts
const ButtonLookAndFeelSchema: ZodObject<{
  backgroundColor: ZodString;
  color: ZodString;
}, $loose>;

Defined in: src/v1/models/buttonLookAndFeel.ts:4