diff --git a/packages/material-ui/src/Popper/Popper.d.ts b/packages/material-ui/src/Popper/Popper.d.ts index 6d4cc2637ea581..ecf47957bd5839 100644 --- a/packages/material-ui/src/Popper/Popper.d.ts +++ b/packages/material-ui/src/Popper/Popper.d.ts @@ -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 =