forked from fanruan/fineui
Browse Source
Merge in VISUAL/fineui from ~IMP/fineui_fui:master to master * commit 'c3c0ec6e120e861b4676642bb31f68f0c7d5bc5b': 无jira任务 添加描述es6
imp
4 years ago
2 changed files with 9 additions and 0 deletions
@ -0,0 +1,7 @@ |
|||||||
|
import { _Layout } from "../layout"; |
||||||
|
|
||||||
|
export interface _DefaultLayout extends _Layout { |
||||||
|
resize(): void; |
||||||
|
|
||||||
|
populate<T>(items?: T[]): void; |
||||||
|
} |
Loading…
Reference in new issue