Skip to content

Commit

Permalink
🐛 Fix divider story (#759)
Browse files Browse the repository at this point in the history
* export *

* fix story

* tweak story
  • Loading branch information
vnys committed Nov 13, 2020
1 parent 050c6f0 commit 94ebe1b
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions apps/storybook-react/stories/Divider.stories.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,10 @@ import { Story, Meta } from '@storybook/react/types-6-0'
export default {
title: 'Components/Divider',
component: Divider,
argTypes: {
color: { control: 'radio' },
variant: { control: 'radio' },
},
} as Meta

const Wrapper = styled.div`
Expand Down
2 changes: 1 addition & 1 deletion libraries/core-react/src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
export * from './Button'
export * from './Typography'
export { Table } from './Table'
export { Divider, DividerProps } from './Divider'
export * from './Divider'
export { TextField } from './TextField'
export { Icon } from './Icon'
export { List } from './List'
Expand Down

0 comments on commit 94ebe1b

Please sign in to comment.