Hello,
I'm currently working on creating a Disclaimer widget. The goal is to make this widget easily reusable, allowing other widgets to toggle it on/off and change its description. Essentially, I want one Disclaimer widget to be linked to multiple other widgets.
To formalize this widget, I plan to export an interface and a `setting.tsx` file. However, I've run into an issue where I can't access the interface and `setting.tsx` file from other widgets.
Is there a way to make these Disclaimer files accessible in a manner similar to how we import libraries like `jimu-ui` or `jimu-core`?
Additionally, I'm curious about how to access the functions for showing or hiding the Disclaimer widget once it's linked.
I'd greatly appreciate any guidance or suggestions on how to achieve this or any other alternatives. Thank you!