Skip to content
This repository has been archived by the owner on Dec 5, 2024. It is now read-only.

Commit

Permalink
Merge pull request #51 from oeb25/patch-1
Browse files Browse the repository at this point in the history
Update how react-popper.d.ts imports PopperJS
  • Loading branch information
souporserious authored Sep 22, 2017
2 parents 81ff21e + b80ffcf commit 4441a75
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion react-popper.d.ts
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
declare module "react-popper" {
import * as React from "react";
import * as PopperJS from "popper.js";
import PopperJS from "popper.js";

interface IRestProps {
restProps: {
Expand Down

0 comments on commit 4441a75

Please sign in to comment.