import cx from '@src/cx.mjs'; export function ButtonGroup({ value, onChange, items }) { return (
{Object.entries(items).map(([key, label], i, arr) => ( ))}
); }