mirror of
https://github.com/wassname/DefinitelyTyped.git
synced 2026-09-09 11:13:57 +08:00
Fixing the tests
This commit is contained in:
Vendored
+4
-1
@@ -207,7 +207,9 @@ declare module "react" {
|
||||
}
|
||||
|
||||
// Attributes
|
||||
interface EventAttributes {
|
||||
interface DomAttributes {
|
||||
// HTML Attributes
|
||||
// Events
|
||||
onCopy?: (event: ClipboardEvent) => void;
|
||||
onCut?: (event: ClipboardEvent) => void;
|
||||
onPaste?: (event: ClipboardEvent) => void;
|
||||
@@ -243,4 +245,5 @@ declare module "react" {
|
||||
onScroll?: (event: UiEvent) => void;
|
||||
onWheel?: (event: WheelEvent) => void;
|
||||
}
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user