react-linear-gradient-picker
Version:
React linear gradient picker
6 lines (5 loc) • 417 B
TypeScript
import AnglePicker from './components/AnglePicker';
import GradientPicker from './components/GradientPicker';
import GradientPickerPopover, { GRADIENT_TYPES } from './components/GradientPickerPopover';
import { getGradientPreview, asBackground, angleToGradientCords } from './lib';
export { GradientPicker, GradientPickerPopover, AnglePicker, getGradientPreview, GRADIENT_TYPES, asBackground, angleToGradientCords };