mirror of
https://github.com/ArthurDanjou/ui.git
synced 2026-01-27 10:20:42 +01:00
feat(Tabs): handle items icon
This commit is contained in:
@@ -11,9 +11,9 @@ const appConfig = _appConfig as AppConfig & { ui: { accordion: Partial<typeof th
|
||||
const accordion = tv({ extend: tv(theme), ...(appConfig.ui?.accordion || {}) })
|
||||
|
||||
export interface AccordionItem {
|
||||
slot?: string
|
||||
icon?: IconProps['name']
|
||||
label?: string
|
||||
icon?: IconProps['name']
|
||||
slot?: string
|
||||
value?: string
|
||||
content?: string
|
||||
disabled?: boolean
|
||||
|
||||
Reference in New Issue
Block a user