4 lines
39 B
TypeScript
4 lines
39 B
TypeScript
|
interface EventTarget {
|
||
|
value: any
|
||
|
}
|