Hi, I've installed the package but there is an error when I try to import it as per the instruction >
import { withOneTabEnforcer } from "react-one-tab-enforcer";
The error message is
"Could not find a declaration file for module 'react-one-tab-enforcer'. '/Users/XXX/git/XXX/node_modules/react-one-tab-enforcer/dist/index.js' implicitly has an 'any' type. Try npm install @types/react-one-tab-enforcer if it exists or add a new declaration (.d.ts) file containing declare module 'react-one-tab-enforcer';ts(7016)"
Any idea on how I can solve this issue?