apenab / react-dymo

Collections of react utilities to handle the Dymo LabelWriter web service
26 stars 10 forks source link

Feature Request -- add non hook methods #4

Closed gravitymedianet closed 3 years ago

gravitymedianet commented 3 years ago

I am using this plugin in a mixed environment where I have both class components and function components.

Is there a way to import the dymoCheckService and dymoRequestBuilder into class components?

Thanks