primereact
Version:
A rich set of premium UI Components for React.
18 lines (17 loc) • 1.17 kB
TypeScript
export * from './InputColor.context';
export * as InputColor from './InputColor.parts';
export * as InputColorProps from './InputColor.props';
export { InputColorArea, defaultAreaProps } from './area';
export { InputColorAreaBackground, defaultAreaBackgroundProps } from './areabackground';
export { InputColorAreaHandle, defaultAreaHandleProps } from './areahandle';
export { InputColorEyeDropper, defaultEyeDropperProps } from './eyedropper';
export { InputColorInput, defaultInputProps } from './input';
export { InputColorRoot, defaultRootProps } from './root';
export { InputColorSlider, defaultSliderProps } from './slider';
export { InputColorSliderHandle, defaultSliderHandleProps } from './sliderhandle';
export { InputColorSliderTrack, defaultSliderTrackProps } from './slidertrack';
export { InputColorSwatch, defaultSwatchProps } from './swatch';
export { InputColorSwatchBackground, defaultSwatchBackgroundProps } from './swatchbackground';
export { InputColorTransparencyGrid, defaultTransparencyGridProps } from './transparencygrid';
export type * from '@primereact/types/primitive/inputcolor';
export { parseColor } from '@primereact/headless/inputcolor';