styleguidist/react-styleguidist

Ignore doctag doesn't work with TypeScript

Open

#830 ouverte le 18 févr. 2018

Voir sur GitHub
 (2 commentaires) (0 réactions) (0 assignés)TypeScript (1 416 forks)github user discovery
bughelp wanted

Métriques du dépôt

Stars
 (11 091 stars)
Métriques de merge PR
 (Métriques PR en attente)

Description

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

Guide contributeur