UNPKG

@blocklet/payment-react

Version:

Reusable react components for payment kit v2

8 lines (7 loc) 237 B
interface TruncatedTextProps { text?: string; maxLength?: number; useWidth?: boolean; } export default function TruncatedText({ text, maxLength, useWidth }: TruncatedTextProps): import("react").JSX.Element | null; export {};