UNPKG

tdesign-react

Version:
12 lines (11 loc) 389 B
import React from 'react'; import { TdColorBaseProps } from '../../interface'; export interface TdColorSliderProps extends TdColorBaseProps { className?: string; value?: Number; maxValue?: Number; railStyle?: Object; type?: 'hue' | 'alpha'; } declare const _default: React.MemoExoticComponent<(props: TdColorSliderProps) => React.JSX.Element>; export default _default;