tdesign-react
Version:
TDesign Component for React
12 lines (11 loc) • 389 B
TypeScript
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;