UNPKG

tdesign-react

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