We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 648bfb9 + cfef9a7 commit bc9a0e1Copy full SHA for bc9a0e1
1 file changed
src/index.js
@@ -14,3 +14,10 @@ export { default as TwitterPicker } from './components/twitter/Twitter'
14
export { default as GooglePicker } from './components/google/Google'
15
16
export { default as CustomPicker } from './components/common/ColorWrap'
17
+export { default as Alpha } from './components/common/Alpha'
18
+export { default as Checkboard } from './components/common/Checkboard'
19
+export { default as EditableInput } from './components/common/EditableInput'
20
+export { default as Hue } from './components/common/Hue'
21
+export { default as Raised } from './components/common/Raised'
22
+export { default as Saturation } from './components/common/Saturation'
23
+export { default as Swatch } from './components/common/Swatch'
0 commit comments