# PaneTabsProps

Source: /tuil/docs/reference/components/layout/pane-tabs-props
Locale: en

PaneTabsProps component contract.



{/* Generated by tooling/docs/generate-reference.ts. */}

## Type [#type]

```ts
export interface PaneTabsProps {
  readonly labels: readonly string[];
  readonly active: number;
  readonly children?: ReactNode;
}
```

## Members [#members]

| Member     | Type                | Required | Description                                                | Related types |
| ---------- | ------------------- | -------- | ---------------------------------------------------------- | ------------- |
| `labels`   | `readonly string[]` | Yes      | The `labels` member uses the `readonly string[]` contract. | —             |
| `active`   | `number`            | Yes      | The `active` member uses the `number` contract.            | —             |
| `children` | `ReactNode`         | No       | The `children` member uses the `ReactNode` contract.       | —             |

## Source [#source]

[View the secondary source reference](https://github.com/mwillbanks/tuil/blob/main/registry/layout/panes.tsx)
