6 lines
89 B
Plaintext
6 lines
89 B
Plaintext
export type xSvgPropsType = {
|
|
src:string,
|
|
width:number,
|
|
height:number,
|
|
color:string
|
|
} |