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
ButtonProps is an interface with ~20 properties, one of which is appearance. I want ContactCardActionProps to stay coupled with ButtonProps but this is the output that Documentalist produces for ContactCardActionProps:
Notice "any" in the "extends" property. Is there a way around this?
Hey all,
Any plans on supporting Utility Types such as
Partial<Foo>
orOmit<Foo, 'bar'>
? Is there a trick I'm missing? Thanks!The text was updated successfully, but these errors were encountered: