Skip to content

Commit

Permalink
feature/ANS-9754-add-classes
Browse files Browse the repository at this point in the history
- add reference
  • Loading branch information
KoderFPV committed Sep 14, 2022
1 parent 407aaf8 commit 5348feb
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
2 changes: 2 additions & 0 deletions lib/main.d.ts
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
/// <reference path="@types/react-slick/index.d.ts" />

interface Settings {
classes: {
arrow: string | null;
Expand Down
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,7 @@
"@babel/polyfill": "^7.0.0",
"@babel/preset-env": "^7.1.0",
"@babel/preset-react": "^7.0.0",
"@types/react-slick": "^0.23.10",
"autoprefixer": "^7.1.2",
"babel-core": "^7.0.0-bridge.0",
"babel-jest": "^24.8.0",
Expand Down

0 comments on commit 5348feb

Please sign in to comment.