Skip to content

Commit

Permalink
Merge pull request #3 from Semantic-Org/master
Browse files Browse the repository at this point in the history
sync proyect
  • Loading branch information
aabustamante authored May 25, 2017
2 parents 268f659 + d41235c commit 0dd8f0c
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ import React from 'react'
import { Button } from 'semantic-ui-react'

const ButtonExampleGroupVertical = () => (
<Button.Group attached='top' vertical>
<Button.Group vertical>
<Button>Feed</Button>
<Button>Messages</Button>
<Button>Events</Button>
Expand Down
3 changes: 3 additions & 0 deletions index.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -111,6 +111,9 @@ export { default as StepDescription, StepDescriptionProps } from './dist/commonj
export { default as StepGroup, StepGroupProps } from './dist/commonjs/elements/Step/StepGroup';
export { default as StepTitle, StepTitleProps } from './dist/commonjs/elements/Step/StepTitle';

// Generics
export * from './dist/commonjs';

// Modules
export { default as Accordion, AccordionProps } from './dist/commonjs/modules/Accordion/Accordion';
export { default as AccordionContent, AccordionContentProps } from './dist/commonjs/modules/Accordion/AccordionContent';
Expand Down

0 comments on commit 0dd8f0c

Please sign in to comment.