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