TabsContextProps
Signature
interface TabsContextProps {
activeTab?: string
children?: RemixNode
defaultActiveTab?: string
disabled?: boolean
onActiveTabChange?: (activeTab: string) => void
}
interface TabsContextProps {
activeTab?: string
children?: RemixNode
defaultActiveTab?: string
disabled?: boolean
onActiveTabChange?: (activeTab: string) => void
}