Skip to content

Commit

Permalink
[Popper] Fix support for TypeScript 3.2
Browse files Browse the repository at this point in the history
This is a follow-up to #20342.

Similar to #20443.
  • Loading branch information
NMinhNguyen committed Apr 14, 2020
1 parent ac23ffb commit 8a47b09
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/material-ui/src/Popper/Popper.d.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
import * as React from 'react';
import PopperJs, { ReferenceObject } from 'popper.js';
import { Omit } from '..';
import { PortalProps } from '../Portal';

export type PopperPlacementType =
Expand Down

0 comments on commit 8a47b09

Please sign in to comment.