feat(types): support custom values from app.config.ts
#863
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
π Linked issue
Resolves #858
β Type of change
π Description
This PR enables props autocomplete with custom values added in
app.config.ts
, only default values worked previously.For example if we define an
app.config.ts
as such:Autocomplete will for for the
![CleanShot 2023-11-17 at 18.45.21@2x.png](https://camo.githubusercontent.com/0e7cdea5635ad3ef911f316d743bb3740769eb2f675d779096c58e304822b3e9/68747470733a2f2f766f6c74612e73332e66722d7061722e7363772e636c6f75642f436c65616e5f53686f745f323032335f31315f31375f61745f31385f34355f32315f32785f613139636264663535342e706e67)
![CleanShot 2023-11-17 at 18.45.37@2x.png](https://camo.githubusercontent.com/b09676a73c9960594ed4cd955330c87da612d86318d60fc1367f09237aec6e05/68747470733a2f2f766f6c74612e73332e66722d7061722e7363772e636c6f75642f436c65616e5f53686f745f323032335f31315f31375f61745f31385f34355f33375f32785f316665326664313230632e706e67)
color
andvariant
props of theButton
:π Checklist