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.

貢獻者指南