blank project
This commit is contained in:
10
node_modules/astro/dist/runtime/client/dev-toolbar/ui-library/icon.d.ts
generated
vendored
Normal file
10
node_modules/astro/dist/runtime/client/dev-toolbar/ui-library/icon.d.ts
generated
vendored
Normal file
@@ -0,0 +1,10 @@
|
||||
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;
|
||||
}
|
||||
Reference in New Issue
Block a user