mirror of https://github.com/lukechilds/docs.git
1 changed files with 10 additions and 0 deletions
@ -0,0 +1,10 @@ |
|||||
|
--- |
||||
|
title: Functions |
||||
|
description: See a detailed list of all functions for the Clarity language. |
||||
|
--- |
||||
|
|
||||
|
export { convertClarityRefToMdx as getStaticProps } from '@common/data/clarity-ref'; import { ClarityFunctionReference } from '@components/clarity-ref'; |
||||
|
|
||||
|
## Function reference |
||||
|
|
||||
|
<ClarityFunctionReference {...props.mdx.functions} /> |
Loading…
Reference in new issue