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