@lunit/oui
Version:
Lunit Oncology UI components
4 lines (3 loc) • 308 B
TypeScript
import type { EllipsisTypographyProps } from './EllipsisTypography.types';
declare function EllipsisTypography({ children, heightThreshold: heightThresholdProp, tooltipPlacement, maxLines, ...otherProps }: EllipsisTypographyProps): import("react/jsx-runtime").JSX.Element;
export default EllipsisTypography;