@fle-ui/plus-goods-detail-drawer
Version:
@fle-ui/plus-goods-detail-drawer
12 lines (11 loc) • 393 B
TypeScript
import React from 'react';
import type { FreightInfo } from '../../type';
interface LogisticsInfoSectionProps {
isAudit: boolean;
hideFields: string[];
freightInfo: Partial<FreightInfo>;
changeContent: Partial<FreightInfo>;
beforeContent: Partial<FreightInfo>;
}
declare const LogisticsInfoSection: React.FC<LogisticsInfoSectionProps>;
export default LogisticsInfoSection;