Type Alias: GroupIconValue
Source: 1.0.0-rc.14 · a572916b42ec
ts
type GroupIconValue =
| string
| {
dark: string;
light: string;
};Defined in: packages/valaxy/node/types/config.ts:58