UNPKG

astro

Version:

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

21 lines (20 loc) 492 B
export interface Integration { name: string; title: string; description: string; image?: string; categories: string[]; repoUrl: string; npmUrl: string; homepageUrl: string; official: boolean; featured: number; downloads: number; } declare const _default: { id: string; name: string; icon: "astro:logo"; init(canvas: ShadowRoot, eventTarget: import("../helpers.js").ToolbarAppEventTarget): Promise<void>; }; export default _default;