mirror of
https://github.com/gosticks/DefinitelyTyped.git
synced 2026-08-12 04:50:18 +00:00
prefer optional parameter to overlaoding
This commit is contained in:
Vendored
+1
-3
@@ -567,9 +567,7 @@ interface KnockoutStatic {
|
||||
|
||||
readValue(element: HTMLElement): any;
|
||||
|
||||
writeValue(element: HTMLElement, value: any): void;
|
||||
|
||||
writeValue(element: HTMLElement, value: any, allowUnset: boolean): void;
|
||||
writeValue(element: HTMLElement, value: any, allowUnset: boolean): void;
|
||||
};
|
||||
|
||||
components: KnockoutComponents;
|
||||
|
||||
Reference in New Issue
Block a user