check
Code copied to clipboard.
close
menu
menu_open
menu

PaletteState

Utility interface for the global theme context’s current seed Palette state.

Scope

Global
Local

Kind

Interface
Type

Source Code

content_copy

interface PaletteState {

 primary: string;

 secondary: string;

 tertiary: string;

 neutral: string;

 neutralvariant: string;

 error: string;

 warning: string;

 success: string;

 info: string;

 [key: string]: string; // Add index signature for string keys

}

Related Components

Components that use this type.

No items found.

Related Types

Types with similar roles.

No items found.