Skip to content

Commit

Permalink
Update packages/material-ui/src/Popper/Popper.d.ts
Browse files Browse the repository at this point in the history
  • Loading branch information
oliviertassinari authored Apr 22, 2020
1 parent e16dc21 commit baf66f1
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions packages/material-ui/src/Popper/Popper.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -17,11 +17,8 @@ export type PopperPlacementType =
| 'top-start'
| 'top';

export interface PopperProps
extends Omit<
React.DetailedHTMLProps<React.HTMLAttributes<HTMLDivElement>, HTMLDivElement>,
'children'
> {
export interface PopperProps extends Omit<React.HTMLAttributes<HTMLDivElement>, 'children'> {
ref?: React.Ref<HTMLDivElement>;
/**
* A HTML element, [referenceObject](https://popper.js.org/docs/v1/#referenceObject),
* or a function that returns either.
Expand Down

0 comments on commit baf66f1

Please sign in to comment.