import type {PortableTextProps} from '@portabletext/react' import {mergeComponents, PortableText as BasePortableText} from '@portabletext/react' import type {PortableTextBlock, TypedObject} from '@portabletext/types' import type {JSX} from 'react' import {defaultComponents} from './components/defaults' export type * from '@portabletext/react' export function PortableText( props: Omit, 'listNestingMode'>, ): JSX.Element { return ( ) }