UNPKG

tdesign-react

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