import { FC, PropsWithChildren, ReactNode } from 'react'; export type GameOption = { key: string; label: string; type: 'boolean'; }; /** * A single entry in the DevToolsHub panel. * Use this instead of raw `