UNPKG

229 BTypeScriptView Raw
1import * as React from 'react';
2import type { TooltipProps } from 'rc-tooltip/lib/Tooltip';
3declare const SliderTooltip: React.ForwardRefExoticComponent<TooltipProps & React.RefAttributes<unknown>>;
4export default SliderTooltip;