wujingjing
2024-07-22 bc4ab46fb5c4cb4435efabfe4b316be4ace5b026
1
2
3
4
5
6
export type ImgProps = {
    key: string;
    label: string;
    value: string;
    url: string;
};