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