UNPKG

@angular/material

Version:
5 lines (3 loc) 137 B
/** Possible color palette values. */ type ThemePalette = 'primary' | 'accent' | 'warn' | undefined; export type { ThemePalette as T };