egreact
Version:
A react render for egret 一个为 egret 而生的 react 渲染器
13 lines (11 loc) • 316 B
text/typescript
import uiComponentHandlers from "./UIComponent";
import { NormalProp } from "../common";
const iViewport = {
...uiComponentHandlers,
contentHeight: NormalProp.num,
contentWidth: NormalProp.num,
scrollEnabled: NormalProp.boo,
scrollH: NormalProp.num,
scrollV: NormalProp.num
};
export default iViewport;