Commit e75fd288 authored by XieZhiXiong's avatar XieZhiXiong

chore: 修改props类型名称

parent f59ae35c
......@@ -95,7 +95,7 @@ export const useFetchAreaEnumLinkageEffect = () => {
})
};
interface IProps {
export interface AddressSelectProps {
/**
* 类型:1 收货地址 2 发货地址,默认 2
*/
......@@ -177,7 +177,7 @@ export type SubmitValuesType = {
isDefault: boolean,
}
const AddressSelect: React.FC<IProps> = (props) => {
const AddressSelect: React.FC<AddressSelectProps> = (props) => {
const {
addressType = 2,
value,
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment