UNPKG

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