Closed Dreamescaper closed 1 year ago
Per discussion in #97.
It is allowed to use Aliases property to set type name alias if the first value is a type name (instead of a property name).
Example:
[assembly: GenerateComponent(typeof(AlohaKit.Controls.Button), Aliases = new[] { "Button:AlhButton" })]
Per discussion in #97.
It is allowed to use Aliases property to set type name alias if the first value is a type name (instead of a property name).
Example: