UNPKG
mobx-miniprogram
Version:
latest (6.12.3)
mobx4 (4.13.2)
6.12.3
6.12.3-alpha.1
6.3.10-alpha.1
4.13.2
4.13.1
4.13.0
4.13.0-alpha.1
Simple, scalable state management.
mobx.js.org
mobxjs/mobx
mobx-miniprogram
/
dist
/
types
/
overrideannotation.d.ts
5 lines
(4 loc)
•
260 B
TypeScript
View Raw
1
2
3
4
5
import
{
Annotation
}
from
"../internal"
;
import
type
{
ClassMethodDecorator
}
from
"./decorator_fills"
;
export
declare
const
override
:
Annotation
&
PropertyDecorator
&
ClassMethodDecorator
;
export
declare
function
isOverride
(
annotation
:
Annotation
):
boolean
;