UNPKG

@datamonsterr/vdt-dashboard

Version:
16 lines 585 B
import React from 'react'; interface SchemaCanvasProviderProps { children: React.ReactNode; initialTheme?: 'light' | 'dark'; } /** * SchemaCanvasProvider - Provides all necessary contexts for the schema canvas * * This component wraps the schema canvas with: * - Theme provider for light/dark mode * - Drag and drop provider for table interactions * - Isolated state management */ export declare function SchemaCanvasProvider({ children }: SchemaCanvasProviderProps): import("react/jsx-runtime").JSX.Element; export {}; //# sourceMappingURL=SchemaCanvasProvider.d.ts.map