4 lines
39 B
TypeScript
Raw Normal View History

2024-04-20 13:43:55 +00:00
interface EventTarget {
value: any
}