styleguidist/react-styleguidist

Ignore doctag doesn't work with TypeScript

Open

#830 aberto em 18 de fev. de 2018

Ver no GitHub
 (2 comments) (0 reactions) (0 assignees)TypeScript (1.416 forks)github user discovery
bughelp wanted

Métricas do repositório

Stars
 (11.091 stars)
Métricas de merge de PR
 (Métricas PR pendentes)

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.

Guia do colaborador