UNPKG

nsn-comp

Version:

NSN核心组件

6 lines (5 loc) 281 B
/// <reference types="react" /> import { EllipsisProps } from '../../../@types'; import { TooltipProps } from 'antd/es/tooltip'; declare const EllipsisTooltip: (props: Omit<TooltipProps, 'overlayStyle'> & Pick<EllipsisProps, 'tooltip'>) => JSX.Element; export { EllipsisTooltip };