mirror of
https://github.com/gosticks/DefinitelyTyped.git
synced 2025-10-16 12:05:41 +00:00
Merge pull request #30722 from BradleyHill/fabric-event-transform
Fabric - add optional `transform` property to the `IEvent` interface.
This commit is contained in:
commit
3e16c87846
1
types/fabric/fabric-impl.d.ts
vendored
1
types/fabric/fabric-impl.d.ts
vendored
@ -140,6 +140,7 @@ interface IDataURLOptions {
|
||||
interface IEvent {
|
||||
e: Event;
|
||||
target?: Object;
|
||||
transform?: { corner: string };
|
||||
}
|
||||
|
||||
interface IFillOptions {
|
||||
|
||||
Loading…
Reference in New Issue
Block a user