styleguidist/react-styleguidist

Ignore doctag doesn't work with TypeScript

Open

#830 aperta il 18 feb 2018

Vedi su GitHub
 (2 commenti) (0 reazioni) (0 assegnatari)TypeScript (1416 fork)github user discovery
bughelp wanted

Metriche repository

Star
 (11.091 star)
Metriche merge PR
 (Metriche PR in attesa)

Descrizione

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

Guida contributor