Skip to content

Commit

Permalink
fix(core): build
Browse files Browse the repository at this point in the history
  • Loading branch information
goncalosard committed Mar 23, 2023
1 parent bafab36 commit 3faef16
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion packages/core/component-doc.json
Original file line number Diff line number Diff line change
Expand Up @@ -9587,7 +9587,7 @@
},
{
"name": "position",
"type": "\"first\" | \"last\" | \"undefined\"",
"type": "\"first\" | \"last\" | \"single\" | \"undefined\"",
"mutable": false,
"attr": "position",
"reflectToAttr": false,
Expand All @@ -9603,6 +9603,10 @@
"value": "last",
"type": "string"
},
{
"value": "single",
"type": "string"
},
{
"value": "undefined",
"type": "string"
Expand Down

0 comments on commit 3faef16

Please sign in to comment.