Files
2026-09-24 16:25:22 +08:00

6 lines
89 B
Plaintext

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