kickstartDS / storybook-addon-jsonschema

Displays associated JSON Schema documentation using a rich schema explorer interface, and adds a validating JSON Code Editor with semantic auto-complete to interact with your components, and copy configurations with ease.
https://www.kickstartDS.com/docs/integration/storybook/schema
MIT License
12 stars 1 forks source link

Improve manually added typings in `src/typings.d.ts` #6

Closed julrich closed 9 months ago

julrich commented 2 years ago

The typings for @kickstartds/core (where helper.js is missing such types) done manually in src/typings.d.ts need to be improved. They are too lax / general right now.

See here: https://github.com/kickstartDS/storybook-addon-jsonschema/blob/main/src/typings.d.ts#L3-L8