/** * @Author: ?? * @Date: ?? */ import React from "react"; import { AdjustingMarginModalProps } from "./interface"; import { ModalProps } from "../../index"; import "./index.css"; export declare enum EMarginDirection { up = "1", down = "2" } /** * ### 引用方法 * ```tsx * import { AdjustingMarginModal } from "@atomintl/exchange-ui"; * ``` */ export declare const AdjustingMarginModal: React.FC; export type { AdjustingMarginModalProps }; export default AdjustingMarginModal;