allow binding
This commit is contained in:
parent
0b1f80da43
commit
d61023195b
1 changed files with 1 additions and 1 deletions
|
|
@ -20,7 +20,7 @@ export type Array2<T> = [T, T]
|
|||
export type Array3<T> = [T, T, T]
|
||||
export type Array4<T> = [T, T, T, T]
|
||||
|
||||
export type Value<T> = Variable | T
|
||||
export type Value<T> = Variable | Binding | T
|
||||
export type AnimValue<T> = Value<T | Animation>
|
||||
|
||||
export type BindingItem = {
|
||||
|
|
|
|||
Reference in a new issue