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 Oct 1, 2024. It is now read-only.
It would be nice to define how props are passed to components.
MDXC supports params paramName at the top of the file, along with imports/exports. I think ideally, it'd look more like props { destructured, props, ...etc }.
The text was updated successfully, but these errors were encountered:
It would be nice to define how props are passed to components.
MDXC supports
params paramName
at the top of the file, along with imports/exports. I think ideally, it'd look more likeprops { destructured, props, ...etc }
.The text was updated successfully, but these errors were encountered: