mirror of
https://github.com/wassname/DefinitelyTyped.git
synced 2026-09-09 11:13:57 +08:00
fix definition to support dynamic binding property access
This commit is contained in:
Vendored
+1
@@ -124,6 +124,7 @@ interface KnockoutBindingContext {
|
||||
}
|
||||
|
||||
interface KnockoutBindingAccessor {
|
||||
(): any;
|
||||
get(name: string): any;
|
||||
has(name: string): boolean;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user