Skip to content

RevoGrid Documentation v4.24.3 / BuiltInTheme

Type Alias: BuiltInTheme

ts
type BuiltInTheme: 
  | "default"
  | "material"
  | "compact"
  | "darkMaterial"
  | "darkCompact";

Defined in

src/types/theme.ts:9