UNPKG

starboard-notebook

Version:

Starboard Notebook

7 lines (6 loc) 254 B
export declare function StarboardLogo({ width, height, hidden, title }?: { width?: number | undefined; height?: number | undefined; hidden?: boolean | undefined; title?: string | undefined; }): import("lit-html").TemplateResult<1>;