Gavant / glint-template-types

MIT License
18 stars 20 forks source link

PowerSelectMultiple wrong type paramter #70

Closed patricklx closed 1 year ago

patricklx commented 1 year ago

https://github.com/Gavant/glint-template-types/blob/main/types/ember-power-select/components/power-select-multiple.d.ts#L16

PowerSelectMultiple<O> extends Component<PowerSelectMultipleArgs<O>>

but should be using signature:

PowerSelectMultiple<O> extends Component<PowerSelectMultipleSignature<O>>