styleguidist/react-styleguidist
GitHub で見るIgnore doctag doesn't work with TypeScript
Open
#830 opened on 2018年2月18日
bughelp wanted
Repository metrics
- Stars
- (11,091 stars)
- PR merge metrics
- (PR metrics pending)
説明
"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.