UNPKG

@shoelace-style/shoelace

Version:

A forward-thinking library of web components.

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