mirror of
https://github.com/odoo/owl.git
synced 2025-10-06 19:59:41 +07:00
[FIX] reactivity: export Reactive type
This commit is contained in:
committed by
Aaron Bohy
parent
99b5e9ec55
commit
81f44ee5d3
+1
-1
@@ -9,7 +9,7 @@ const KEYCHANGES = Symbol("Key changes");
|
||||
type ObjectKey = string | number | symbol;
|
||||
type Target = object;
|
||||
type Callback = () => void;
|
||||
type Reactive<T extends Target = Target> = T & {
|
||||
export type Reactive<T extends Target = Target> = T & {
|
||||
[TARGET]: any;
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user