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