mirror of
https://github.com/gosticks/DefinitelyTyped.git
synced 2025-10-16 12:05:41 +00:00
fabric - add more missing props to IEvent.transform (Transform should really be a strongly typed object) (#34272)
This commit is contained in:
parent
226cbdc3fa
commit
9f7e6cb560
2
types/fabric/fabric-impl.d.ts
vendored
2
types/fabric/fabric-impl.d.ts
vendored
@ -143,7 +143,7 @@ interface IDataURLOptions {
|
||||
interface IEvent {
|
||||
e: Event;
|
||||
target?: Object;
|
||||
transform?: { corner: string };
|
||||
transform?: { corner: string, original: Object, width: number };
|
||||
}
|
||||
|
||||
interface IFillOptions {
|
||||
|
||||
Loading…
Reference in New Issue
Block a user