Skip to content

Commit

Permalink
Update API doc
Browse files Browse the repository at this point in the history
  • Loading branch information
GitHub Actions Bot committed Feb 18, 2024
1 parent 511658c commit d5625fe
Showing 1 changed file with 12 additions and 7 deletions.
19 changes: 12 additions & 7 deletions components/doc/common/apidoc/index.json
Original file line number Diff line number Diff line change
Expand Up @@ -39798,13 +39798,15 @@
"name": "mergeSections",
"optional": true,
"readonly": false,
"type": "boolean"
"type": "boolean",
"description": "Should the passthrough merge sections?"
},
{
"name": "mergeProps",
"optional": true,
"readonly": false,
"type": "boolean"
"type": "boolean",
"description": "Should the passthrough merge properties?"
},
{
"name": "classNameMergeFunction",
Expand Down Expand Up @@ -54509,19 +54511,22 @@
],
"returnType": "string | undefined"
},
"_mergeProps": {
"name": "_mergeProps",
"mergeProps": {
"name": "mergeProps",
"parameters": [
{
"name": "args",
"type": "object[]"
"type": "object[]",
"description": "the array of object properties to merge"
},
{
"name": "options",
"type": "any"
"type": "PassThroughOptions",
"description": "either empty or could contain a custom merge function like TailwindMerge"
}
],
"returnType": "object | undefined"
"returnType": "object | undefined",
"description": "Merges properties together taking an Array of props and merging into one single set of\nproperties. The options can contain a \"classNameMergeFunction\" which can be something\nlike Tailwind Merge for properly merging Tailwind classes."
},
"EventBus": {
"name": "EventBus",
Expand Down

0 comments on commit d5625fe

Please sign in to comment.