UNPKG

@datamonsterr/vdt-dashboard

Version:
8 lines 354 B
import { View } from '../types'; export declare function DashboardMainView({ onNavigate, showDemo, onSchemaSelect, }: { onNavigate: (view: View) => void; showDemo: boolean; showViewDatabases: boolean; onSchemaSelect?: (schemaId: string) => void; }): import("react/jsx-runtime").JSX.Element; //# sourceMappingURL=DashboardMainView.d.ts.map