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