Skip to content

remix/ui/tabs/primitives · Interface

View Source

TabsRegisteredTab

Signature

interface TabsRegisteredTab {
  disabled: boolean
  name: string
  getTabNode(): HTMLButtonElement | null
}