Update API doc

pull/4203/head
GitHub Actions Bot 2023-08-01 07:48:01 +00:00
parent f5dfec8b67
commit b238d68d49
1 changed files with 22 additions and 0 deletions

View File

@ -7209,6 +7209,13 @@
"readonly": false,
"type": "CarouselState",
"default": ""
},
{
"name": "context",
"optional": false,
"readonly": false,
"type": "CarouselContext",
"default": ""
}
],
"methods": []
@ -7464,6 +7471,21 @@
],
"methods": []
},
"CarouselContext": {
"description": "Defines current inline options in Carousel component.",
"relatedProp": "",
"props": [
{
"name": "highlighted",
"optional": false,
"readonly": false,
"type": "boolean",
"default": "false",
"description": "Current highlighted state of the indicator as a boolean."
}
],
"methods": []
},
"CarouselResponsiveOptions": {
"relatedProp": "",
"props": [