Skip to content

Variable: NavigationLookAndFeelSchema

ts
const NavigationLookAndFeelSchema: ZodObject<{
  color: ZodString;
  highlightColor: ZodOptional<ZodNullable<ZodString>>;
  hoverOrFocus: ZodObject<{
     backgroundColor: ZodString;
     color: ZodString;
  }, $loose>;
}, $loose>;

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