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
Just trying to work out the best way to document components so that other devs know what to listen to:
@property = in
@fires = out
Does this look reasonable?
/** * Modal Component * * @property closable the modal is closable * @emits close the modal was closed (success) * @emits cancel the model was cancelled */exportdefaultclass{
The text was updated successfully, but these errors were encountered:
Just trying to work out the best way to document components so that other devs know what to listen to:
@property
= in@fires
= outDoes this look reasonable?
The text was updated successfully, but these errors were encountered: