-
-
Notifications
You must be signed in to change notification settings - Fork 45
Closed
Description
The return type of fromTransformAttribute()
is incorrectly specified as Matrix[]
when it should be MatrixDescriptor[]
. This causes errors when using the function in TypeScript.
Lines that need changing include:
* @returns {Matrix[]} Array of MatrixDescriptor * @returns {Matrix[]} Array of MatrixDescriptor export function fromTransformAttribute(transformString: string): Matrix[];
Metadata
Metadata
Assignees
Labels
No labels