UNPKG

astro

Version:

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

8 lines (7 loc) 229 B
export declare class DevToolbarAuditListItem extends HTMLElement { clickAction?: () => void | (() => Promise<void>); shadowRoot: ShadowRoot; isManualFocus: boolean; constructor(); connectedCallback(): void; }