Skip to content

Commit bc9a0e1

Browse files
author
Atif Afzal
authored
Merge pull request casesandberg#780 from casesandberg/atif-export-custom-components
Export common components
2 parents 648bfb9 + cfef9a7 commit bc9a0e1

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

src/index.js

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,3 +14,10 @@ export { default as TwitterPicker } from './components/twitter/Twitter'
1414
export { default as GooglePicker } from './components/google/Google'
1515

1616
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

Comments
 (0)