export const { TypeValue } = createCodecComponent(
  "TypeValue",
  (data: Format.Values.TypeValue) =>
    isTypeValueContract(data) ? (
      <TypeValueContract data={data} />