UNPKG

astro

Version:

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

11 lines (10 loc) 225 B
interface AppToggledEventPayload { app: string; } export declare function eventAppToggled(options: { appName: 'other' | (string & {}); }): { eventName: string; payload: AppToggledEventPayload; }[]; export {};