Skip to content

Commit

Permalink
[typings] Update typings to popover changes (#7937)
Browse files Browse the repository at this point in the history
  • Loading branch information
sebald authored Aug 28, 2017
1 parent b4ca64b commit 5a3e83f
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/Menu/Menu.d.ts
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
import * as React from 'react';
import { StyledComponent } from '..';
import { PopoverProps } from '../internal/Popover';
import { PopoverProps } from '../Popover';
import { TransitionHandlers } from '../internal/Transition';
import { MenuListProps } from './MenuList';

Expand Down
2 changes: 1 addition & 1 deletion src/Popover/Popover.d.ts
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
import * as React from 'react';
import { StyledComponent } from '..';
import { PaperProps } from '../Paper';
import { TransitionHandlers } from './Transition';
import { TransitionHandlers } from '../internal/Transition';

export type Origin = {
horizontal: 'left' | 'center' | 'right' | number;
Expand Down
2 changes: 2 additions & 0 deletions src/Popover/index.d.ts
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
export { default } from './Popover';
export * from './Popover';

0 comments on commit 5a3e83f

Please sign in to comment.