UNPKG

tdesign-react

Version:
12 lines (11 loc) 433 B
import React from 'react'; import Color from '@tdesign/common-js/color-picker/color'; import { TdColorPickerProps } from '../../../type'; export interface TdColorFormatProps extends TdColorPickerProps { onModeChange: Function; onInputChange: Function; baseClassName: string; color: Color; } declare const _default: React.MemoExoticComponent<(props: TdColorFormatProps) => React.JSX.Element>; export default _default;