elcharitas/waxe

View on GitHub
docs/theme/partials/typeParameters.hbs

Summary

Maintainability
Test Coverage
<ul class="tsd-type-parameters">
    {{#each typeParameters}}
        <li>
            <h4>{{#compact}}
                {{name}}
                {{#if type}}
                    <span class="tsd-signature-symbol">:&nbsp;</span>
                    {{#with type}}{{> type}}{{/with}}
                {{/if}}
                {{#if default}}
                    &nbsp;=&nbsp;{{#with default}}{{> type}}{{/with}}
                {{/if}}
            {{/compact}}</h4>
            {{> comment}}
        </li>
    {{/each}}
</ul>