feat:any view can be used to be refreshable

This commit is contained in:
pengfei.zhou
2019-11-27 20:04:24 +08:00
parent 459aab61e3
commit 0fa35d3464
2 changed files with 3 additions and 5 deletions

View File

@@ -5,7 +5,7 @@ import { BridgeContext } from "../runtime/global";
import { layoutConfig } from "./declarative";
export interface IRefreshable extends IView {
content: List | Scroller
content: View
header?: View
onRefresh?: () => void
}