Skip to content

Commit

Permalink
Merge pull request #96 from contentful/fixed-typings
Browse files Browse the repository at this point in the history
fix(Typings): Fix index.d.ts exports
  • Loading branch information
suevalov authored Feb 19, 2019
2 parents f9c16f0 + 38cc51b commit 134ca78
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions packages/forma-36-react-components/index.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -91,13 +91,10 @@ export const FieldGroup: typeof FieldGroupComponent;
export const Form: typeof FormComponent;
export const Modal: typeof ModalComponent;
export const ModalConfirm: typeof ModalConfirmComponent;
<<<<<<< HEAD
export const Notification: typeof NotificationAPI;
=======
export const Tabs: typeof TabsComponent;
export const Tab: typeof TabComponent;
export const TabPanel: typeof TabPanelComponent;
>>>>>>> feat(Tabs): Created Tabs component

export interface CopyButtonProps {
extraClassNames?: string;
Expand Down

0 comments on commit 134ca78

Please sign in to comment.