UNPKG
burst-whale-watch
Version:
latest (1.1.1)
1.1.1
1.1.0
1.0.1
1.0.0
An account watcher for Burstcoin
burst-whale-watch
/
out
/
views
/
view.d.ts
5 lines
(4 loc)
•
99 B
TypeScript
View Raw
1
2
3
4
5
export
interface
View
{
readonly
element
:
View
;
update
(
state
:
any
, ...
props
:
any
):
void
; }