Skip to content

Commit

Permalink
fix(Accordion): improve items type (#2487)
Browse files Browse the repository at this point in the history
  • Loading branch information
mateusbellei authored Oct 29, 2024
1 parent 070d2f8 commit 25378df
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/runtime/types/accordion.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ import type { Button } from './button'
export interface AccordionItem extends Button {
slot?: string
disabled?: boolean
content?: string
content?: string | string[] | object | object[]
defaultOpen?: boolean
closeOthers?: boolean
}

0 comments on commit 25378df

Please sign in to comment.