UNPKG

tdesign-react

Version:
12 lines (11 loc) 399 B
import React from 'react'; import { TdColorBaseProps } from '../../interface'; export interface TdColorSwathcesProps extends TdColorBaseProps { colors?: string[]; title?: String; editable?: Boolean; onSetColor?: Function; handleAddColor?: Function; } declare const _default: React.MemoExoticComponent<(props: TdColorSwathcesProps) => React.JSX.Element>; export default _default;