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