UNPKG

@shoelace-style/shoelace

Version:

A forward-thinking library of web components.

7 lines (6 loc) 174 B
export type SlExpandEvent = CustomEvent<Record<PropertyKey, never>>; declare global { interface GlobalEventHandlersEventMap { 'sl-expand': SlExpandEvent; } }