forked from fanruan/fineui
Browse Source
Merge in VISUAL/fineui from ~TELLER/fineui:bugfix to master * commit 'd27917b309a3179442dbdff5235a1aba7c2d7b02': KERNEL-6464 refactor: 补充类型 refactor: 更新描述 refactor: 添加描述es6
Teller
4 years ago
5 changed files with 33 additions and 1 deletions
@ -0,0 +1,7 @@
|
||||
import { Layout } from "../../layout"; |
||||
|
||||
export declare class TableAdaptLayout extends Layout { |
||||
static xtype: string; |
||||
|
||||
appendFragment(frag: any): void; |
||||
} |
@ -0,0 +1,5 @@
|
||||
import { Layout } from "../../layout"; |
||||
|
||||
export declare class HorizontalAutoLayout extends Layout { |
||||
static xtype: string; |
||||
} |
@ -0,0 +1,5 @@
|
||||
import { Layout } from "../../layout"; |
||||
|
||||
export declare class InlineVerticalAdaptLayout extends Layout { |
||||
static xtype: string; |
||||
} |
Loading…
Reference in new issue