export type GroupProps = { key?: string; getDefault: (id: string) => T; };