export const { StringValue } = createCodecComponent(
  "StringValue",
  ({ value }: Format.Values.StringValue) => <StringValueInfo data={value} />
);