wujingjing
2025-02-17 f9dfbfe05c8026f1be02f452e52178191ed5ed7f
1
2
3
4
5
6
export type ImgProps = {
    key: string;
    label: string;
    value: string;
    url: string;
};