Skip to content

Commit

Permalink
[Portal] Fix circular PortalProps Types (#18602)
Browse files Browse the repository at this point in the history
  • Loading branch information
bentona authored and oliviertassinari committed Nov 27, 2019
1 parent 8a18448 commit acc7e61
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion packages/material-ui/src/Portal/Portal.d.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
import * as React from 'react';
import { PortalProps } from '../Portal';

export interface PortalProps {
children: React.ReactElement<any>;
Expand Down

0 comments on commit acc7e61

Please sign in to comment.