forked from fanruan/fineui
Browse Source
Merge in VISUAL/fineui from ~YOUKI/fineui:master to master * commit 'e158ba4acc1ab20fe0b519b449c58eec5051f082': 无JIRA任务 refactor: 补充类型es6
Youki
3 years ago
4 changed files with 27 additions and 1 deletions
@ -0,0 +1,12 @@
|
||||
import { Layout } from '../layout'; |
||||
|
||||
export declare class TdLayout extends Layout { |
||||
static xtype: string; |
||||
|
||||
props: { |
||||
columnSize: number[]; |
||||
rowSize: number[]; |
||||
verticalAlign: 'middle' | 'top' | 'bottom' | 'stretch'; |
||||
horizontalAlign: 'left' | 'right' | 'center' | 'stretch'; |
||||
} |
||||
} |
Loading…
Reference in new issue