UNPKG

react-ipynb-renderer

Version:

A react component that displays an ipynb file.

9 lines 231 B
import { default as React } from 'react'; import { CellType } from '../types'; type CellProps = { cell: CellType; seq: number; }; export declare const Cell: React.FC<CellProps>; export {}; //# sourceMappingURL=Cell.d.ts.map