UNPKG

@datamonsterr/vdt-dashboard

Version:
11 lines 416 B
import { ToolType } from '@/types/database'; interface ToolbarProps { selectedTool: ToolType; onToolChange: (tool: ToolType) => void; onExport?: () => void; onSave?: () => void; isSaving?: boolean; } export declare function Toolbar({ selectedTool, onToolChange, onExport, onSave, isSaving }: ToolbarProps): import("react/jsx-runtime").JSX.Element; export {}; //# sourceMappingURL=Toolbar.d.ts.map