Skip to content

Type Alias: GroupProps

ts
type GroupProps = PropsWithChildren<{
  button?: object;
  collapsible?: boolean;
  collection: any;
  id: string;
  name?: string;
  settings: any;
  showDivider?: boolean;
  shown?: boolean;
  onChange?: void;
  onDrawerToggle?: void;
}>;

Defined in: src/betterdiscord/ui/settings/group.tsx:42