build(aio): refactor API templates for clean start
This commit is contained in:
committed by
Matias Niemelä
parent
cade722e48
commit
b051d7ff48
@@ -0,0 +1,9 @@
|
||||
{% import "lib/paramList.html" as params -%}
|
||||
{% extends 'export-base.template.html' -%}
|
||||
|
||||
{% block details %}
|
||||
<code-example language="ts" hideCopy="true">
|
||||
function {$ doc.name $}{$ params.paramList(doc.parameters) $}: {$ doc.returnType or 'any' $};
|
||||
</code-example>
|
||||
{% include "includes/description.html" %}
|
||||
{% endblock %}
|
||||
Reference in New Issue
Block a user