@sanity/form-builder
Version:
Sanity form builder
12 lines • 468 B
TypeScript
import { PortableTextBlock } from '@sanity/portable-text-editor';
import React from 'react';
import PatchEvent from '../../PatchEvent';
import { RenderBlockActions } from './types';
interface BlockActionsProps {
block: PortableTextBlock;
onChange: (event: PatchEvent) => void;
renderBlockActions?: RenderBlockActions;
}
export declare function BlockActions(props: BlockActionsProps): React.JSX.Element;
export {};
//# sourceMappingURL=BlockActions.d.ts.map