This repository was archived by the owner on Jun 24, 2025. It is now read-only.

Description
Following the instructions on README.md, I ran npm i --save mctext-react and put import McText from 'mctext-react'
VSCode/Ionic React gives me this error:
Could not find a declaration file for module 'mctext-react'. '{PROJECT ROOT}/node_modules/mctext-react/lib/McText.js' implicitly has an 'any' type.
Try `npm i --save-dev @types/mctext-react` if it exists or add a new declaration (.d.ts) file containing `declare module 'mctext-react';`ts(7016)