export const { EnumValue } = createCodecComponent(
  "EnumValue",
  ({ value, type }: Format.Values.EnumValue) => {
    const { prefix, content } = useInjectedNode();
    return (