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