Components
Classes
Types
No results found.
If this is a bug, please report it.
Scroll
Open
Utility interface for the global theme context’s current seed Palette state.
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
}
Components that use this type.
Types with similar roles.