@sanity/form-builder
Version:
Sanity form builder
13 lines • 424 B
TypeScript
import { HotkeyOptions } from '@sanity/portable-text-editor';
import React from 'react';
import { Path } from '@sanity/types';
interface ToolbarProps {
hotkeys: HotkeyOptions;
isFullscreen: boolean;
readOnly: boolean;
onFocus: (path: Path) => void;
onToggleFullscreen: () => void;
}
export declare function Toolbar(props: ToolbarProps): React.JSX.Element;
export {};
//# sourceMappingURL=Toolbar.d.ts.map