# ErrorStateBlock

## Purpose

Component ErrorStateBlock

## Props

### Required

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

### Optional

| Prop          | Type     | Default | Values | Description    |
| ------------- | -------- | ------- | ------ | -------------- |
| `description` | `String` | -       | -      | No description |

## Slots

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

## Usage Example

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

## Related Links

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