I have imported this script here in taskpane.html file:
This is a react project, so how do I use it within my .tsx files?
This is how im planning on using it: Signator.someMethod(); , but I cannot access Signator even though I have put the scripts in the html file.
The error says cannot find Signator. Can I import it somehow?