feat:fix transform and layoutcontainer conflict

This commit is contained in:
pengfei.zhou
2019-11-27 11:55:49 +08:00
parent 3c04e7cde1
commit a41036c91d
7 changed files with 113 additions and 71 deletions

View File

@@ -3,7 +3,6 @@ import { List } from "./list";
import { Scroller } from "./scroller";
import { BridgeContext } from "../runtime/global";
import { layoutConfig } from "./declarative";
import { Image } from "./widgets";
export interface IRefreshable extends IView {
content: List | Scroller