mirror of
https://github.com/ArthurDanjou/ui.git
synced 2026-01-20 15:01:46 +01:00
feat(Tabs): new component (#450)
This commit is contained in:
1
src/runtime/types/index.d.ts
vendored
1
src/runtime/types/index.d.ts
vendored
@@ -6,4 +6,5 @@ export * from './command-palette'
|
||||
export * from './dropdown'
|
||||
export * from './notification'
|
||||
export * from './popper'
|
||||
export * from './tabs'
|
||||
export * from './vertical-navigation'
|
||||
|
||||
6
src/runtime/types/tabs.d.ts
vendored
Normal file
6
src/runtime/types/tabs.d.ts
vendored
Normal file
@@ -0,0 +1,6 @@
|
||||
export interface TabItem {
|
||||
label: string
|
||||
slot?: string
|
||||
disabled?: boolean
|
||||
content?: string
|
||||
}
|
||||
Reference in New Issue
Block a user