kopia lustrzana https://github.com/shoelace-style/shoelace
Fixed copy-paste type in comment
rodzic
636f61006f
commit
d818980dea
|
@ -31,7 +31,7 @@ type EventTypesWithRequiredDetail = {
|
|||
[EventType in keyof GlobalEventHandlersEventMap as EventTypeRequiresDetail<EventType>]: true;
|
||||
};
|
||||
|
||||
// `keyof EventTypesWithRequiredDetail` lists all registered event types that do NOT require detail
|
||||
// `keyof EventTypesWithoutRequiredDetail` lists all registered event types that do NOT require detail
|
||||
type EventTypesWithoutRequiredDetail = {
|
||||
[EventType in keyof GlobalEventHandlersEventMap as EventTypeDoesNotRequireDetail<EventType>]: true;
|
||||
};
|
||||
|
|
Ładowanie…
Reference in New Issue