UNPKG

@alicloud/console-components-truncate

Version:

React component for Alibaba Cloud.

5 lines (4 loc) 243 B
import { ComponentType } from 'react'; import { ITruncateProps, IMultiLinesProps } from './props'; export type TTruncateComponent = ComponentType<ITruncateProps>; export type TTruncateMultiLinesComponent = ComponentType<IMultiLinesProps>;