styleguidist/react-styleguidist

Ignore doctag doesn't work with TypeScript

Open

#830 创建于 2018年2月18日

在 GitHub 查看
 (2 评论) (0 反应) (0 负责人)TypeScript (1,416 fork)github user discovery
bughelp wanted

仓库指标

Star
 (11,091 star)
PR 合并指标
 (PR 指标待抓取)

描述

    "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.

贡献者指南