How to resolve Cannot find module 'workflow-svg.js/dist/workflow-svg.minified.js' or its corresponding type declarations
I am working with workflow.js library i installed all the packages but still getting error
import * as WorkflowSVG from 'workflow-svg.js/dist/workflow-svg.minified.js';
I have added it in dependencies as well.Please help me how can i resolve this error.Thanks