export const ok = () => (
  <div onClick={() => {}} onKeyDown={() => {}} role="button" tabIndex={0}>
    Open
  </div>
);
