wujingjing
2024-11-28 18a2e5334007b113156434dbadcd8f92a19a08f9
1
2
3
4
5
6
export type ImgProps = {
    key: string;
    label: string;
    value: string;
    url: string;
};