forked from fanruan/fineui
Browse Source
Merge in VISUAL/fineui from ~DAILER/fineui:master to master * commit '384e1c2c7f04b28c3329cd5e4850bd977f0f7c16': update update 类型补充es6
Dailer
3 years ago
4 changed files with 17 additions and 0 deletions
@ -0,0 +1,5 @@ |
|||||||
|
import { Layout } from "../../layout"; |
||||||
|
|
||||||
|
export declare class HorizontalFillLayout extends Layout { |
||||||
|
static xtype: string; |
||||||
|
} |
@ -0,0 +1,5 @@ |
|||||||
|
import { Layout } from "../../layout"; |
||||||
|
|
||||||
|
export declare class VerticalFillLayout extends Layout { |
||||||
|
static xtype: string; |
||||||
|
} |
Loading…
Reference in new issue