smc-hub
Version:
CoCalc: Backend webserver component
4 lines (3 loc) • 334 B
TypeScript
import { IsPublicFunction } from "smc-webapp/share/types";
import { Settings } from "./settings";
export declare function react_viewer(path: string, project_id: string | undefined, notranslate: boolean, viewer: "share" | "embed", is_public: IsPublicFunction, settings: Settings, description?: string, launch_path?: string): Function;