import { AndroidAssetsResource, createRef, Gravity, Image, jsx, layoutConfig, MainBundleResource, RemoteResource, ScaleType, Stack, VLayout } from "doric" import * as PubTool from "../PubTool" export function ui() { const imageRef = createRef() const remoteImageRef = createRef() return { imageRef.current.width = res?.width ?? 200 imageRef.current.height = res?.height ?? 200 }}> { remoteImageRef.current.width = res?.width ?? 200 remoteImageRef.current.height = res?.height ?? 200 }}> } export function codeString() { return `export function ui() { const imageRef = createRef() const remoteImageRef = createRef() return { imageRef.current.width = res?.width ?? 200 imageRef.current.height = res?.height ?? 200 }}> { remoteImageRef.current.width = res?.width ?? 200 remoteImageRef.current.height = res?.height ?? 200 }}> } ` }