UNPKG

nusp-arco-design

Version:

Arco Design React UI Library.

6 lines (5 loc) 259 B
import React from 'react'; import { ColorPickerProps } from './interface'; declare const ColorPickerComponent: React.ForwardRefExoticComponent<ColorPickerProps & React.RefAttributes<unknown>>; export default ColorPickerComponent; export { ColorPickerProps };