We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 948118b commit 9d1364fCopy full SHA for 9d1364f
src/FSharp.Formatting.Common/HtmlModel.fs
@@ -751,5 +751,6 @@ module internal Html =
751
let iconifyIcon (props: HtmlProperties list) =
752
HtmlElement.CustomElement("iconify-icon", props, [])
753
754
+ /// Toggle button for API doc details.
755
let fsdocsDetailsToggle (props: HtmlProperties list) =
756
HtmlElement.CustomElement("fsdocs-details-toggle", props, [])
0 commit comments