UNPKG

reablocks

Version:
11 lines (9 loc) 279 B
import { RangeProps } from './RangeTooltip'; import { FC } from 'react'; export interface RangeSingleProps extends RangeProps<number> { /** * Display the highlight when true */ showHighlight?: boolean; } export declare const RangeSingle: FC<RangeSingleProps>;