UNPKG
venny
Version:
latest (0.1.0)
0.1.0
0.0.4
0.0.3
0.0.2
0.0.1
Declarative Venn diagrams
github.com/pshihn/venn
pshihn/venn
venny
/
bin
/
prop-change-event.d.ts
5 lines
(4 loc)
•
112 B
TypeScript
View Raw
1
2
3
4
5
export
declare
class
PropChangeEvent
extends
Event
{
propName
:
string
;
constructor
(
propName
:
string
); }