Files
hospital-rescue-app-v2/uni_modules/x-svg-u/utssdk/interface.uts
T
2026-09-24 16:25:22 +08:00

6 lines
89 B
Plaintext

export type xSvgPropsType = {
src:string,
width:number,
height:number,
color:string
}