UNPKG

tdesign-react

Version:
14 lines (13 loc) 535 B
import React from 'react'; import { RadioValue } from '../../../radio'; import { TdColorModes } from '../../interface'; import { TdColorPickerProps } from '../../type'; export interface ColorPanelHeaderProps extends TdColorPickerProps { mode?: TdColorModes; onModeChange?: (value: RadioValue, context: { e: React.ChangeEvent<HTMLInputElement>; }) => void; baseClassName?: string; } declare const _default: React.MemoExoticComponent<(props: ColorPanelHeaderProps) => React.JSX.Element>; export default _default;