primereact
Version:
A rich set of premium UI Components for React.
13 lines (12 loc) • 786 B
TypeScript
export { InputColorArea as Area } from './area';
export { InputColorAreaBackground as AreaBackground } from './areabackground';
export { InputColorAreaHandle as AreaHandle } from './areahandle';
export { InputColorEyeDropper as EyeDropper } from './eyedropper';
export { InputColorInput as Input } from './input';
export { InputColorRoot as Root } from './root';
export { InputColorSlider as Slider } from './slider';
export { InputColorSliderHandle as SliderHandle } from './sliderhandle';
export { InputColorSliderTrack as SliderTrack } from './slidertrack';
export { InputColorSwatch as Swatch } from './swatch';
export { InputColorSwatchBackground as SwatchBackground } from './swatchbackground';
export { InputColorTransparencyGrid as TransparencyGrid } from './transparencygrid';