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 fb9f6f3 commit 3b4477dCopy full SHA for 3b4477d
src/Components/Chakra__Link.res
@@ -3,6 +3,18 @@ open Chakra__MakeProps
3
@react.component @module("@chakra-ui/react")
4
external make: (
5
~children: React.element=?,
6
+ /**
7
+ Generic HTML Element <a/>
8
+ **/
9
+ ~download: string=?,
10
+ ~href: string=?,
11
+ ~hrefLang: string=?,
12
+ ~ping: string=?,
13
+ ~rel: HTML.LinkTypes.t=?,
14
+ ~referrerpolicy: HTML.ReferrerPolicy.t=?,
15
+ ~target: HTML.Target.t=?,
16
+ ~_type: string=?,
17
+ ~isExternal: bool=?,
18
/**
19
Component Props {Link}
20
**/
0 commit comments