Skip to content

Commit

Permalink
Merge pull request #780 from casesandberg/atif-export-custom-components
Browse files Browse the repository at this point in the history
Export common components
  • Loading branch information
Atif Afzal committed Nov 17, 2020
2 parents 648bfb9 + cfef9a7 commit bc9a0e1
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions src/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -14,3 +14,10 @@ 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'

0 comments on commit bc9a0e1

Please sign in to comment.