# EmptyStateBlock

## Purpose

Component EmptyStateBlock

## Props

### Required

| Prop          | Type     | Description    |
| ------------- | -------- | -------------- |
| `title`       | `String` | No description |
| `description` | `String` | No description |

## Slots

| Slot      | Description               |
| --------- | ------------------------- |
| `default` | Default component content |

## Usage Example

```vue
<template>
  <EmptyStateBlock
    :title=""exemplo""
    :description=""exemplo""
  >
    Component content
  </EmptyStateBlock>
</template>
```

## Related Links

- [TypeScript Definitions](./EmptyStateBlock.d.ts)
- [Component Implementation](./EmptyStateBlock.vue)
- [Export Module](./emptystateblock.js)
- [Package Configuration](./package.json)
