We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Right now there is no official way to hide props from the docs. Probably we can use something like @internal or @private to hide them.
@internal
@private
export interface Props { /** Some description */ id?: string; /** * @internal * Some description */ privateId?: string }
The text was updated successfully, but these errors were encountered:
Reminds me of: http://sassdoc.com/annotations/#access
Sorry, something went wrong.
No branches or pull requests
Right now there is no official way to hide props from the docs. Probably we can use something like
@internal
or@private
to hide them.The text was updated successfully, but these errors were encountered: