sudovanilla-website/public/@shoelace-style/shoelace/cdn/events/sl-show.d.ts
2024-05-13 23:34:06 -04:00

6 lines
168 B
TypeScript

export type SlShowEvent = CustomEvent<Record<PropertyKey, never>>;
declare global {
interface GlobalEventHandlersEventMap {
'sl-show': SlShowEvent;
}
}