interface CreateTabsOptions
extends TabsProps
activeId: string
Currently active tab ID
optional
onTabChange: (id: string) => void
Tab change handler
activeId: string
Currently active tab ID
onTabChange: (id: string) => void
Tab change handler
import { type CreateTabsOptions } from ".";