UNPKG

@datalayer/core

Version:

[![Datalayer](https://assets.datalayer.tech/datalayer-25.svg)](https://datalayer.io)

7 lines (6 loc) 264 B
import { ServiceManager } from '@jupyterlab/services'; type ICellExampleProps = { serviceManager?: ServiceManager.IManager; }; export declare const CellExample: (props: ICellExampleProps) => import("react/jsx-runtime").JSX.Element; export default CellExample;