UNPKG

astro

Version:

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

11 lines (10 loc) 243 B
const EVENT_TOOLBAR_APP_TOGGLED = "ASTRO_TOOLBAR_APP_TOGGLED"; function eventAppToggled(options) { const payload = { app: options.appName }; return [{ eventName: EVENT_TOOLBAR_APP_TOGGLED, payload }]; } export { eventAppToggled };