aboutsummaryrefslogtreecommitdiff
path: root/node_modules/typedoc-default-themes/bin/default/partials/member.declaration.hbs
diff options
context:
space:
mode:
Diffstat (limited to 'node_modules/typedoc-default-themes/bin/default/partials/member.declaration.hbs')
-rw-r--r--node_modules/typedoc-default-themes/bin/default/partials/member.declaration.hbs22
1 files changed, 22 insertions, 0 deletions
diff --git a/node_modules/typedoc-default-themes/bin/default/partials/member.declaration.hbs b/node_modules/typedoc-default-themes/bin/default/partials/member.declaration.hbs
new file mode 100644
index 000000000..9dbe3f32d
--- /dev/null
+++ b/node_modules/typedoc-default-themes/bin/default/partials/member.declaration.hbs
@@ -0,0 +1,22 @@
+<div class="tsd-signature tsd-kind-icon">{{#compact}}
+ {{{wbr name}}}<span class="tsd-signature-symbol">{{#if isOptional}}?{{/if}}:</span>&nbsp;{{#with type}}{{>type}}{{/with}}
+ {{#if defaultValue}}
+ <span class="tsd-signature-symbol">
+ &nbsp;=&nbsp;
+ {{defaultValue}}
+ </span>
+ {{/if}}
+{{/compact}}</div>
+
+{{> member.sources}}
+
+{{> comment}}
+
+{{#if type.declaration}}
+ <div class="tsd-type-declaration">
+ <h4>Type declaration</h4>
+ {{#with type.declaration}}
+ {{> parameter}}
+ {{/with}}
+ </div>
+{{/if}} \ No newline at end of file