UNPKG

hfyk-app

Version:

导出问题

16 lines (15 loc) 236 B
export type ImageModeVo = | "scaleToFill" | "aspectFit" | "aspectFill" | "widthFix" | "heightFix" | "top" | "bottom" | "center" | "left" | "right" | "top left" | "top right" | "bottom left" | "bottom right";