@revolist/revogrid / Theme
Type Alias: Theme
ts
type Theme:
| "default"
| "material"
| "compact"
| "darkMaterial"
| "darkCompact"
| string;