export const { OptionsValue } = createCodecComponent(
  "OptionsValue",
  ({ value }: Format.Values.OptionsValue) => <Options data={value} />
);