mirror of
https://github.com/wassname/DefinitelyTyped.git
synced 2026-08-30 11:14:27 +08:00
kendo-ui: Added missing optional parameter to Layout.
This commit is contained in:
Vendored
+1
-1
@@ -301,7 +301,7 @@ declare module kendo {
|
||||
|
||||
class Layout extends View {
|
||||
containers: { [selector: string]: ViewContainer; };
|
||||
showIn(selector: string, view: View): void;
|
||||
showIn(selector: string, view: View, transitionClass?: string): void;
|
||||
}
|
||||
|
||||
class History extends Observable {
|
||||
|
||||
Reference in New Issue
Block a user