mirror of
https://github.com/gosticks/DefinitelyTyped.git
synced 2026-08-19 08:20:20 +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:
Vendored
+1
@@ -140,6 +140,7 @@ interface IDataURLOptions {
|
||||
interface IEvent {
|
||||
e: Event;
|
||||
target?: Object;
|
||||
transform?: { corner: string };
|
||||
}
|
||||
|
||||
interface IFillOptions {
|
||||
|
||||
Reference in New Issue
Block a user