import { FC } from 'react'; import { InsertPreviewProps } from './Types'; const InsertPreview: FC = ({ schemaOptions }) => { return
preview
; }; export default InsertPreview;