UNPKG

igniteui-react-inputs

Version:

Ignite UI React input components.

28 lines (27 loc) 827 B
import { Path } from "igniteui-react-core"; import { TextBlock } from "igniteui-react-core"; import { IList$1, Type } from "igniteui-react-core"; import { Brush } from "igniteui-react-core"; /** * @hidden */ export interface IMultiSliderTrackThumbCalloutVisual { readonly calloutBox: Path; readonly calloutText: TextBlock; readonly allPaths: IList$1<Path>; width: number; height: number; translateX: number; translateY: number; textTranslateX: number; textTranslateY: number; isVisible: boolean; getCalloutBoxDefaultStroke(): Brush; getCalloutBoxDefaultStrokeThickness(): number; getCalloutBoxDefaultBrush(): Brush; getCalloutTextDefaultBrush(): Brush; } /** * @hidden */ export declare let IMultiSliderTrackThumbCalloutVisual_$type: Type;