UNPKG

react-pick-color

Version:
9 lines (8 loc) 281 B
import React from 'react'; import { HslColor, HsvColor } from '../../types'; export type SaturationProps = { hsl: HslColor; onChange?: (color: HsvColor) => void; }; declare const _default: ({ hsl, onChange }: SaturationProps) => React.JSX.Element; export default _default;