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