UNPKG

antd-hz

Version:

华卓科技基于 antd 5.0 定制的组件库

6 lines (5 loc) 274 B
import * as React from 'react'; import type { SliderRef } from 'rc-slider/lib/Slider'; import type { TooltipProps } from '../tooltip'; declare const SliderTooltip: React.ForwardRefExoticComponent<TooltipProps & React.RefAttributes<SliderRef>>; export default SliderTooltip;