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
{{ message }}
This repository was archived by the owner on Jul 25, 2023. It is now read-only.
Each component right now exposes a const NAME and the element itself.
The goal of this would be for each component to have a common set of exposed element:
pubstructComponent{ ... }pubtypeAttributes = Map<String,String>;// or a structpubenumChildren{ ... }