Skip to content

Type Alias: GroupIconValue

ts
type GroupIconValue = 
  | string
  | {
  dark: string;
  light: string;
};

Defined in: packages/valaxy/node/types/config.ts:58