import { FC } from "react"; export type RecordComponent = FC<{ record: T; }>;