forked from dvj1988/react-color
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.js
23 lines (22 loc) · 1.49 KB
/
index.js
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
export { default as AlphaPicker } from './components/alpha/Alpha'
export { default as BlockPicker } from './components/block/Block'
export { default as CirclePicker } from './components/circle/Circle'
export default, { default as ChromePicker } from './components/chrome/Chrome'
export { default as CompactPicker } from './components/compact/Compact'
export { default as GithubPicker } from './components/github/Github'
export { default as HuePicker } from './components/hue/Hue'
export { default as MaterialPicker } from './components/material/Material'
export { default as PhotoshopPicker } from './components/photoshop/Photoshop'
export { default as SketchPicker } from './components/sketch/Sketch'
export { default as SliderPicker } from './components/slider/Slider'
export { default as SwatchesPicker } from './components/swatches/Swatches'
export { default as TwitterPicker } from './components/twitter/Twitter'
export { default as GooglePicker } from './components/google/Google'
export { default as CustomPicker } from './components/common/ColorWrap'
export { default as Alpha } from './components/common/Alpha'
export { default as Checkboard } from './components/common/Checkboard'
export { default as EditableInput } from './components/common/EditableInput'
export { default as Hue } from './components/common/Hue'
export { default as Raised } from './components/common/Raised'
export { default as Saturation } from './components/common/Saturation'
export { default as Swatch } from './components/common/Swatch'