biotope / biotope-preview

Presenting your design system
MIT License
3 stars 1 forks source link

Implementation of ComponentConfiguration interface leads to TS errors #122

Open no-creative-name opened 4 years ago

no-creative-name commented 4 years ago

Currently you can't configure a knob with the property "options". Depending on the property "type" the knob can have different other properties. The way the knob interfaces are configured does not allow this and therefore is not clean.