UNPKG

@shoelace-style/shoelace

Version:

A forward-thinking library of web components.

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