mirror of
https://github.com/wassname/DefinitelyTyped.git
synced 2026-08-21 11:09:53 +08:00
Merge pull request #8921 from VyacheslavPritykin/master
New options have been added
This commit is contained in:
Vendored
+10
@@ -535,6 +535,16 @@ interface KnockoutStatic {
|
||||
};
|
||||
|
||||
components: KnockoutComponents;
|
||||
|
||||
/////////////////////////////////
|
||||
// options.js
|
||||
/////////////////////////////////
|
||||
|
||||
options: {
|
||||
deferUpdates: boolean,
|
||||
|
||||
useOnlyNativeEvents: boolean
|
||||
}
|
||||
}
|
||||
|
||||
interface KnockoutBindingProvider {
|
||||
|
||||
Reference in New Issue
Block a user