mirror of
https://github.com/gosticks/DefinitelyTyped.git
synced 2025-10-16 12:05:41 +00:00
Merge pull request #8921 from VyacheslavPritykin/master
New options have been added
This commit is contained in:
commit
8d44da84eb
10
knockout/knockout.d.ts
vendored
10
knockout/knockout.d.ts
vendored
@ -535,6 +535,16 @@ interface KnockoutStatic {
|
||||
};
|
||||
|
||||
components: KnockoutComponents;
|
||||
|
||||
/////////////////////////////////
|
||||
// options.js
|
||||
/////////////////////////////////
|
||||
|
||||
options: {
|
||||
deferUpdates: boolean,
|
||||
|
||||
useOnlyNativeEvents: boolean
|
||||
}
|
||||
}
|
||||
|
||||
interface KnockoutBindingProvider {
|
||||
|
||||
Loading…
Reference in New Issue
Block a user