Type Alias SelectorContribution<FlagsT, SelectorT>
SelectorContribution<FlagsT, SelectorT>: FlagsT extends SelectorT["flags"] ? SelectorT["component"] extends false ? never : SelectorT["component"] & { attributes: {}; commands: {}; events: {}; } : { attributes: {}; commands: {}; events: {}; }
Determine the type contributed to feature selection by a specific selector.