Repository URL to install this package:
|
Version:
0.0.15 ▾
|
/// <reference types="react" />
import { TruncateProps } from './typings';
export declare const Truncate: (props: TruncateProps) => JSX.Element;