Repository URL to install this package:
|
Version:
4.0.59 ▾
|
import { CommonState } from 'src/state';
import { TextEllipsisProps } from './typings';
declare function defaultRenderTextExpandToggle(props: TextEllipsisProps, state: CommonState): JSX.Element;
declare function defaultRenderWrapper(props: TextEllipsisProps): JSX.Element;
export { defaultRenderTextExpandToggle, defaultRenderWrapper };