/** * @description 下单面板组件 * * @date 创建时间 2022-10-25 16:25 * @author 开发人员 yena.he */ import { FC } from "react"; export interface PlaceOrdersProps { } declare const PlaceOrders: FC; export default PlaceOrders;