styleguidist/react-styleguidist
Auf GitHub ansehenIgnore doctag doesn't work with TypeScript
Open
#830 geöffnet am 18. Feb. 2018
bughelp wanted
Repository-Metriken
- Stars
- (11.091 Stars)
- PR-Merge-Metriken
- (PR-Metriken ausstehend)
Beschreibung
"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.