wujingjing
2024-12-31 5809dbeb20d83b30a9d4e5354016e5d56d9a7e6e
1
2
3
4
5
6
export type ImgProps = {
    key: string;
    label: string;
    value: string;
    url: string;
};