palette.d-BSSFKjO6.d.ts 137 B

1234
  1. /** Possible color palette values. */
  2. type ThemePalette = 'primary' | 'accent' | 'warn' | undefined;
  3. export type { ThemePalette as T };