UNPKG

starboard-notebook

Version:

Starboard Notebook

8 lines (7 loc) 243 B
import { TemplateResult } from "lit"; import { IconTemplate } from "../../types"; export declare function renderIcon(icon: IconTemplate, opts?: { width?: number; height?: number; title?: string; }): TemplateResult | string;