UNPKG

carbon-react

Version:

A library of reusable React components for easily building user interfaces.

5 lines (4 loc) 295 B
export { default as SimpleColorPicker } from "./simple-color-picker.component"; export type { SimpleColorPickerProps, SimpleColorPickerRef, } from "./simple-color-picker.component"; export { default as SimpleColor } from "./simple-color"; export type { SimpleColorProps } from "./simple-color";