styleguidist/react-styleguidist
Voir sur GitHubIgnore doctag doesn't work with TypeScript
Open
#830 ouverte le 18 févr. 2018
bughelp wanted
Métriques du dépôt
- Stars
- (11 091 stars)
- Métriques de merge PR
- (Métriques PR en attente)
Description
"react-styleguidist": "^6.2.5",
"react-docgen-typescript": "^1.2.3",
using
export interface RoleProps {
/**
* @ignore
*/
css?: M.Styling.CSSProperties
/** @ignore */
dontappear?: string;
}
Both appear in the generated Styleguide.