UNPKG

@shoelace-style/shoelace

Version:

A forward-thinking library of web components.

9 lines (8 loc) 193 B
export type SlMutationEvent = CustomEvent<{ mutationList: MutationRecord[]; }>; declare global { interface GlobalEventHandlersEventMap { 'sl-mutation': SlMutationEvent; } }