/** Possible color palette values. */
type ThemePalette = 'primary' | 'accent' | 'warn' | undefined;

export type { ThemePalette };
