Skip to content

Commit

Permalink
using right IOptions interface
Browse files Browse the repository at this point in the history
  • Loading branch information
matteobruni committed May 27, 2020
1 parent f006835 commit 129c1a9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Particles.tsx
@@ -1,7 +1,7 @@
import * as React from "react";
import { Component } from "react";
import isEqual from "lodash/isEqual";
import type { IOptions } from "tsparticles/dist/Interfaces/Options/IOptions";
import type { IOptions } from "tsparticles/dist/Options/Interfaces/IOptions";
import { Container } from "tsparticles/dist/Classes/Container";
import type { RecursivePartial } from "tsparticles/dist/Types/RecursivePartial";
import { defaultParams } from "./DefaultOptions";
Expand Down

0 comments on commit 129c1a9

Please sign in to comment.