mirror of
https://github.com/wassname/DefinitelyTyped.git
synced 2026-09-09 11:13:57 +08:00
Added 'views' to 'backbone.layoutmanager'.
This commit is contained in:
@@ -11,6 +11,7 @@ declare module Backbone {
|
||||
|
||||
interface LayoutOptions<TModel extends Model> extends ViewOptions<TModel> {
|
||||
template?: string;
|
||||
views?: { [viewName: string]: View<TModel> };
|
||||
}
|
||||
|
||||
interface LayoutManagerOptions {
|
||||
|
||||
Reference in New Issue
Block a user