Skip to content

Commit

Permalink
[Popper] Fix support for TypeScript 3.2 (#20550)
Browse files Browse the repository at this point in the history
  • Loading branch information
NMinhNguyen committed Apr 14, 2020
1 parent b3dafd8 commit f593db9
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 f593db9

Please sign in to comment.