UNPKG

react-iro-gradient-picker

Version:

Modern React gradient and solid color picker with complete dark theme support, built with TypeScript and Tailwind CSS

7 lines (6 loc) 196 B
export * from '../components'; export { default } from '../components/core/Colorpicker'; export * from '../constants'; export * from '../hooks'; export * from '../utils'; export * from './types';