We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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 }