mirror of
https://github.com/ArthurDanjou/ui.git
synced 2026-01-21 23:40:39 +01:00
feat(Tabs): handle icon in items (#1798)
Co-authored-by: Benjamin Canac <canacb1@gmail.com>
This commit is contained in:
@@ -1,5 +1,6 @@
|
||||
export interface TabItem {
|
||||
label: string
|
||||
icon?: string
|
||||
slot?: string
|
||||
disabled?: boolean
|
||||
content?: string
|
||||
|
||||
Reference in New Issue
Block a user