/** * @Author: ?? * @Date: ?? */ import React from "react"; import { AdjustingLeverModalProps, AdjustingLeverModalRefFuncProps, AdjustingLeverModalConfirmProps } from "./interface"; import { ModalProps } from "../../index"; import "./index.css"; /** * ### 引用方法 * ```tsx * import { AdjustingLeverModal } from "@atomintl/exchange-ui"; * ``` */ export declare const AdjustingLeverModal: React.FC; export type { AdjustingLeverModalProps, AdjustingLeverModalRefFuncProps, AdjustingLeverModalConfirmProps }; export default AdjustingLeverModal;