UNPKG

astro

Version:

Astro is a modern site builder with web best practices, performance, and DX front-of-mind.

11 lines (10 loc) 324 B
import { type Icon } from './icons.js'; export declare class DevToolbarIcon extends HTMLElement { _icon: Icon | undefined; shadowRoot: ShadowRoot; get icon(): Icon | undefined; set icon(name: Icon | undefined); constructor(); getIconHTML(icon: Icon | undefined): string; buildTemplate(): void; }