UNPKG

@datalayer/core

Version:
7 lines (6 loc) 234 B
import { Kernel } from '@datalayer/jupyter-react'; type ICellExampleProps = { kernel: Kernel; }; export declare const CellExample: (props: ICellExampleProps) => import("react/jsx-runtime").JSX.Element; export default CellExample;