forked from fanruan/fineui
Browse Source
Merge in VISUAL/fineui from ~DAILER/fineui:master to master * commit '9a78e2662cba326a4ba0831a1ef580ff1ddd4810': 无JIRA 严格模式 getSearchResult方法的deepClone 无JIRA任务 sticky 声明 无JIRA : 声明es6
Dailer
3 years ago
7 changed files with 28 additions and 15 deletions
@ -0,0 +1,5 @@ |
|||||||
|
import { Layout } from "../../layout"; |
||||||
|
|
||||||
|
export declare class HorizontalStickyLayout extends Layout { |
||||||
|
static xtype: string; |
||||||
|
} |
@ -0,0 +1,5 @@ |
|||||||
|
import { Layout } from "../../layout"; |
||||||
|
|
||||||
|
export declare class VerticalStickyLayout extends Layout { |
||||||
|
static xtype: string; |
||||||
|
} |
Loading…
Reference in new issue