Conversation
Allows assigning multiple transition prooperties now. `keyof S[]` is the keys of an array of the generic property which is `length`, etc.
|
@aminroosta does this make sense to you? You added the original typings. I couldn't pass an array of transition strings without his change. |
|
@mattyclarkson according to this stackoverflow question (Array<Type> vs Type[]), i think both LGTM 👍 |
|
@aminroosta I think in the general case that is correct. However, I don't know the precedence of the |
Allows assigning multiple transition prooperties now.
keyof S[]is the keys of an array of the generic property which is
length,etc.