astro-ghostcms/.pnpm-store/v3/files/52/f1cbe6a226cc1aaccd4f958a28e...

8 lines
219 B
Plaintext
Raw Normal View History

2024-02-14 14:10:47 +00:00
import { type Icon } from './icons.js';
export declare class DevToolbarHighlight extends HTMLElement {
icon?: Icon | undefined | null;
shadowRoot: ShadowRoot;
constructor();
connectedCallback(): void;
}