@reactodia/workspace
Version:
Reactodia Workspace -- library for visual interaction with graphs in a form of a diagram.
9 lines • 355 B
TypeScript
import * as React from 'react';
export interface WorkspaceRootProps {
className?: string;
style?: React.CSSProperties;
colorScheme?: 'auto' | 'light' | 'dark';
children: React.ReactNode;
}
export declare function WorkspaceRoot(props: WorkspaceRootProps): import("react/jsx-runtime").JSX.Element;
//# sourceMappingURL=workspaceRoot.d.ts.map