UNPKG

starboard-notebook

Version:

Starboard Notebook

5 lines (4 loc) 303 B
import { CellTypeDefinition, MapRegistry } from "../types"; export declare function getCellTypeDefinitionForCellType(cellType: string): CellTypeDefinition; export declare function getAvailableCellTypes(): CellTypeDefinition[]; export declare const registry: MapRegistry<string, CellTypeDefinition>;