# ISampleDataLabelProps

## Definition

```tsx
interface ISampleDataLabelProps {
    show?: boolean;
    // info?: () => React.ReactElement;
}
```

## Usage

```tsx
import { ISampleDataLabelProps } from 'uxp/components';
```
