UNPKG

starboard-notebook

Version:

Starboard Notebook

5 lines (4 loc) 462 B
import { Cell, ControlsDefinition } from "../types"; export declare function cellControlsTemplate(controls: ControlsDefinition): import("lit-html").TemplateResult<1>; export declare function getPropertiesIcons(cell: Cell, togglePropertyFunction: (name: string) => void): import("lit-html").TemplateResult<1>; export declare function getPropertiesPopoverIcons(cell: Cell, togglePropertyFunction: (name: string) => void): import("lit-html").TemplateResult<1>;