UNPKG

@ssa-ui-kit/widgets

Version:
3 lines (2 loc) 461 B
import { MarginInfoProps } from './types'; export declare const MarginInfo: ({ title, base, quote, baseBorrowed, baseInterestRate, baseTotalInterest, quoteBorrowed, quoteInterestRate, quoteTotalInterest, borrowedLabel, interestRateLabel, totalInterestLabel, showInterestRate, disableBorrow, disableRepay, onBorrow, onRepay, className, wrapperClassName, headerClassName, contentClassName, }: MarginInfoProps) => import("@emotion/react/jsx-runtime").JSX.Element;