@xrenders/xflow
Version:
一款功能强大、易用灵活的流程编辑器框架,帮助你轻松构建复杂的工作流和流程产品
14 lines (13 loc) • 364 B
TypeScript
import { TooltipProps } from 'antd';
import React from 'react';
import './index.less';
interface ITextEllipsisProps {
text: string;
style?: object;
className?: string;
toolTipProps?: TooltipProps;
type?: 'text' | 'paragraph';
rows?: number;
}
declare const _default: React.NamedExoticComponent<ITextEllipsisProps>;
export default _default;