You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
18 lines
522 B
18 lines
522 B
3 years ago
|
<ul class="tsd-type-parameters">
|
||
|
{{#each typeParameters}}
|
||
|
<li>
|
||
|
<h4>{{#compact}}
|
||
|
{{name}}
|
||
|
{{#if type}}
|
||
|
<span class="tsd-signature-symbol">: </span>
|
||
|
{{#with type}}{{> type}}{{/with}}
|
||
|
{{/if}}
|
||
|
{{#if default}}
|
||
|
= {{#with default}}{{> type}}{{/with}}
|
||
|
{{/if}}
|
||
|
{{/compact}}</h4>
|
||
|
{{> comment}}
|
||
|
</li>
|
||
|
{{/each}}
|
||
|
</ul>
|