UNPKG

@shoelace-style/shoelace

Version:

A forward-thinking library of web components.

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