You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
As you can see the "Type declaration" section is pretty confusing as it becomes a list. Is there a way I can render this as https://typedoc.org/example/functions/sqrt.html ? Since I am exposing the types from namespace, I can't think of any other way than using alias. I appreciate any help.
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
Uh oh!
There was an error while loading. Please reload this page.
-
Thanks a lot for this package. This has been immensely helpful in our documentation efforts.
I am stuck in situation where my function signature alias is being rendered like an object or interface.
This renders as:
If I add
@function
tagAs you can see the "Type declaration" section is pretty confusing as it becomes a list. Is there a way I can render this as https://typedoc.org/example/functions/sqrt.html ? Since I am exposing the types from namespace, I can't think of any other way than using alias. I appreciate any help.
Beta Was this translation helpful? Give feedback.
All reactions