UNPKG

nsn-comp

Version:

NSN核心组件

4 lines (3 loc) 174 B
import { BisectionProps, EllipsisProps } from '../../../@types'; declare const bisection: (props: BisectionProps & Pick<EllipsisProps, 'tail'>) => any; export { bisection };