Skip to content

Commit

Permalink
Add export other button related components
Browse files Browse the repository at this point in the history
  • Loading branch information
ykarakita committed Jun 24, 2019
1 parent 7af5094 commit c2de0b7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ export { Modal, ModalWrapper, ModalTrigger, ModalEraser, ModalContent } from './
export { Pagination } from './components/Pagination'
export { Radio } from './components/Radio'
export { RadioLabel } from './components/RadioLabel'
export { Button } from './components/Button'
export { Button, ButtonAnchor, ButtonDiv } from './components/Button'

// themes
export { createTheme } from './themes/createTheme'
Expand Down

0 comments on commit c2de0b7

Please sign in to comment.