@lifi/widget
Version:
LI.FI Widget for cross-chain bridging and swapping. It will drive your multi-chain strategy and attract new users from everywhere.
14 lines (12 loc) • 308 B
text/typescript
import type { CSSProperties } from 'react'
export interface TextFitterProps {
textStyle?: CSSProperties
svgStyle?: CSSProperties
onFit?(): void
maxHeight?: string | number
height?: string | number
width?: string | number
preserveAspectRatio?: string
cropTop?: number
cropBottom?: number
}