mirror of
https://github.com/wassname/DefinitelyTyped.git
synced 2026-09-05 16:10:11 +08:00
Adds shiftKey property to D3Event.
This commit is contained in:
Vendored
+1
@@ -60,6 +60,7 @@ declare module D3 {
|
||||
altKey?: boolean;
|
||||
ctrlKey?: boolean;
|
||||
metaKey?: boolean;
|
||||
shiftKey?: boolean;
|
||||
type: string;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user