UNPKG

@antv/s2-react-components

Version:

React components for S2

8 lines (7 loc) 219 B
import React from 'react'; import './index.less'; import type { ColorPickerPanelProps } from './interface'; /** * 自定义颜色选择面板 */ export declare const ColorPickerPanel: React.FC<ColorPickerPanelProps>;