You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
As a consumer of HelixUI, I would like to use deep module imports, so that I can import specific functionality from a HelixUI submodule.
With #309, we have the ability to selectively import items from the helix-ui module. However, we still have to import Elements and Utils as a namespace if we want to use any of the available functionality within them.
A consumer should be able to use the following syntax:
As a consumer of HelixUI, I would like to use deep module imports, so that I can import specific functionality from a HelixUI submodule.
With #309, we have the ability to selectively import items from the
helix-ui
module. However, we still have to importElements
andUtils
as a namespace if we want to use any of the available functionality within them.A consumer should be able to use the following syntax:
The text was updated successfully, but these errors were encountered: