@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.
13 lines (12 loc) • 335 B
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;
}