UNPKG

starboard-notebook

Version:

Starboard Notebook

4 lines (3 loc) 222 B
import { CellPropertyDefinition, MapRegistry } from "../types"; export declare function getAvailablePropertyTypes(): CellPropertyDefinition[]; export declare const registry: MapRegistry<string, CellPropertyDefinition>;