geometricpanda / storybook-addon-badges

An addon for Storybook which allows the addition of badges to your Stories
https://geometricpanda.github.io/storybook-addon-badges/
MIT License
9 stars 7 forks source link

Consider exporting types like BadgeConfig/BadgesConfig #18

Closed DrJKL closed 7 months ago

DrJKL commented 7 months ago

If you're targeting TS 5+, you should be able to do export type * from 'typings.interface.ts'; in the index. https://www.typescriptlang.org/docs/handbook/release-notes/typescript-5-0.html#support-for-export-type-

Otherwise, I think you'd have to enumerate them.

geometricpanda commented 7 months ago

Looks like you sorted it for me. Great work!