chore(docs): Updated UI Reference (#6347)
* chore(docs): Generated UI Reference * fixed props typing + added new alert page * updated ui dependencies --------- Co-authored-by: olivermrbl <olivermrbl@users.noreply.github.com> Co-authored-by: Shahed Nasser <shahednasser@gmail.com>
This commit is contained in:
co-authored by
olivermrbl
Shahed Nasser
parent
e85463b2a7
commit
869dc751a0
@@ -11,8 +11,12 @@
|
||||
"description": "The heading level which specifies which heading element is used.",
|
||||
"tsType": {
|
||||
"name": "union",
|
||||
"raw": "\"h2\" \\| \"h3\" \\| \"h1\"",
|
||||
"raw": "\"h1\" \\| \"h2\" \\| \"h3\"",
|
||||
"elements": [
|
||||
{
|
||||
"name": "literal",
|
||||
"value": "\"h1\""
|
||||
},
|
||||
{
|
||||
"name": "literal",
|
||||
"value": "\"h2\""
|
||||
@@ -20,10 +24,6 @@
|
||||
{
|
||||
"name": "literal",
|
||||
"value": "\"h3\""
|
||||
},
|
||||
{
|
||||
"name": "literal",
|
||||
"value": "\"h1\""
|
||||
}
|
||||
]
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user