Skip to content

Commit

Permalink
fix: update types (#16951)
Browse files Browse the repository at this point in the history
Co-authored-by: Kevin Petit <kevin.petit@hacksis.dev>
  • Loading branch information
kvpt and Kevin Petit authored Feb 12, 2024
1 parent 0a77965 commit 7e3d35d
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 1 deletion.
1 change: 1 addition & 0 deletions packages/api-generator/src/maps/v-bottom-sheet.js
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ module.exports = {
{
name: 'activator',
props: {
attrs: '{ role: string, aria-haspopup: boolean, aria-expanded: string }',
on: '{ [eventName]: eventHandler }',
value: 'boolean',
},
Expand Down
2 changes: 1 addition & 1 deletion packages/api-generator/src/maps/v-breadcrumbs.js
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ module.exports = {
{
name: 'item',
props: {
item: 'any[]',
item: 'any',
},
},
],
Expand Down
1 change: 1 addition & 0 deletions packages/api-generator/src/maps/v-tooltip.js
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ module.exports = {
{
name: 'activator',
props: {
attrs: '{ role: string, aria-haspopup: boolean, aria-expanded: string }',
on: '{ [eventName]: eventHandler }',
value: 'boolean',
},
Expand Down

0 comments on commit 7e3d35d

Please sign in to comment.