You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently, this plugin doesn't support TypeScript (#4). This means it doesn't automatically detect props/slots/events.
While you can manually declare props via the argTypes prop on the Meta component, I don't believe you can manually add slots or events. Could be mistaken, though.
While full TypeScript support is preferable, I believe being able to manually declare slots is also a good option to be able to future-proof the addon.
The text was updated successfully, but these errors were encountered:
Describe the bug
Currently, this plugin doesn't support TypeScript (#4). This means it doesn't automatically detect props/slots/events.
While you can manually declare props via the
argTypes
prop on theMeta
component, I don't believe you can manually add slots or events. Could be mistaken, though.While full TypeScript support is preferable, I believe being able to manually declare slots is also a good option to be able to future-proof the addon.
The text was updated successfully, but these errors were encountered: