egreact
Version:
A react render for egret 一个为 egret 而生的 react 渲染器
12 lines (10 loc) • 300 B
text/typescript
import bitmap from '../egret/Bitmap'
import { NormalProp, euiBaseLayoutProp, EventProp } from '../common'
const image = {
...bitmap,
...euiBaseLayoutProp,
__Class: eui.Image,
source: NormalProp.pass<string | egret.Texture | void>,
onComplete: EventProp.eventSetter,
}
export default image