ComponentDriven / csf

Component Story Format is an open standard for UI component examples based on JavaScript ES6 modules.
https://www.componentdriven.org/
MIT License
836 stars 47 forks source link

Update story.ts #59

Open lifeiscontent opened 1 year ago

lifeiscontent commented 1 year ago

Add story as prop, as it works as expected, but just isn't exposed.

I wanted to test out some functionality real quick and wanted to wrap the component in another tag to make sure some events worked correctly, but noticed this type was not exposed.

is there a reason for that? or just maybe overlooked?