Currently you can only choose to expose all properties from a nested instance, but there are some cases, specially when you are working with high level components, that you don’t want some properties to be changed (variants, states, etc).
On the example above, I don’t want the person using the component to change the state and only be able to change the text.
It would be great to have a way to select which properties you want to expose from a nested instance.