mirror of
https://github.com/ArthurDanjou/ui.git
synced 2026-01-17 05:28:09 +01:00
9
src/runtime/types/accordion.d.ts
vendored
Normal file
9
src/runtime/types/accordion.d.ts
vendored
Normal file
@@ -0,0 +1,9 @@
|
||||
import type { Button } from './button'
|
||||
|
||||
export interface AccordionItem extends Partial<Button> {
|
||||
slot?: string
|
||||
disabled?: boolean
|
||||
content?: string
|
||||
defaultOpen?: boolean
|
||||
closeOthers?: boolean
|
||||
}
|
||||
Reference in New Issue
Block a user