Skip to content

Commit

Permalink
fix: ESM style export of Padding in TS typedefs (#802)
Browse files Browse the repository at this point in the history
  • Loading branch information
Benjamin-Dobell authored and FezVrasta committed Jul 9, 2019
1 parent d43e6ba commit 9f1d603
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/popper/index.d.ts
Expand Up @@ -140,6 +140,7 @@ declare namespace Popper {

// Re-export types in the Popper namespace so that they can be accessed as top-level named exports.
// These re-exports should be removed in 2.x when the "declare namespace Popper" syntax is removed.
export type Padding = Popper.Padding;
export type Position = Popper.Position;
export type Placement = Popper.Placement;
export type Boundary = Popper.Boundary;
Expand Down

0 comments on commit 9f1d603

Please sign in to comment.