Datalayer VS Code Extension - v0.0.4
    Preparing search index...

    Interface VSCodeThemeProps

    interface VSCodeThemeProps {
        children: ReactNode;
        colorMode: "light" | "dark";
        loadJupyterLabCss?: boolean;
    }
    Index

    Properties

    children: ReactNode
    colorMode: "light" | "dark"
    loadJupyterLabCss?: boolean