@sanity/default-layout
Version:
The default layout components for Sanity
8 lines • 322 B
TypeScript
import React from 'react';
import type { StudioBlockContent } from '@sanity/base/_internal';
interface PortableTextContentProps {
value: StudioBlockContent[];
}
export declare function PortableTextContent(props: PortableTextContentProps): React.JSX.Element;
export {};
//# sourceMappingURL=PortableTextContent.d.ts.map