File size: 182 Bytes
1e92f2d
 
 
 
 
 
1
2
3
4
5
6
7
import ColorPicker from './ColorPicker';

export type { ColorPickerProps } from './interface';
export type { AggregationColor as Color } from './color';

export default ColorPicker;