UNPKG
@exmg/lit-base
Version:
latest (3.0.3)
3.0.3
3.0.2
3.0.1
3.0.0
2.0.5
2.0.4
2.0.3
2.0.2
2.0.1
2.0.0
1.1.8
1.1.7
1.1.6
1.1.5
1.0.0-alpha.4
1.0.0-alpha.1
Lit Base Elements for ExMachina
github.com/exmg/exmg-lit-utils/packages/lit-base
exmg/exmg-lit-utils
@exmg/lit-base
/
src
/
observer.d.ts
5 lines
(4 loc)
•
164 B
TypeScript
View Raw
1
2
3
4
5
export
interface
Observer
{ (
value
:
any
,
old
:
any
):
void
; }
export
declare
const
observer
:
(
observer
:
Observer
) =>
(
proto
:
any
,
propName
:
PropertyKey
) =>
void
;