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