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
{{ message }}
This repository has been archived by the owner on May 20, 2022. It is now read-only.
I have a TSX component (eg.
Counter
) with a bunch of props defined withvue-strict-prop
.in another component, I want to type all the props I'm passing to
Counter
.Is there a way to import the prop types of
Counter
into another component to be able to use that type info to declare the props passed into it?The text was updated successfully, but these errors were encountered: