# Ctasub Label

TypeScript source: `components/CTASubLabel.tsx`

## Types

### CTASubLabelProps

Source: `components/CTASubLabel.tsx:11`

Props for the store/documentation call-to-action shown when a connected device exposes no streams.

#### Members

| Name | Type | Description |
| --- | --- | --- |
| `shouldDisplayAd` | `boolean` | Whether the delayed call-to-action may be displayed. |

## Functions

### CTASubLabel

Source: `components/CTASubLabel.tsx:21`

```ts
(props: CTASubLabelProps) => false | Element
```

Displays a delayed helper label with links to Luxonis purchasing and documentation pages.

#### Parameters

| Parameter | Type | Description |
| --- | --- | --- |
| `props` | `CTASubLabelProps` |  |
