# Titlegroup

## Purpose

Component Titlegroup

## Props

### Required

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

## Usage Example

```vue
<template>
  <Titlegroup
    :subtitle=""exemplo""
    :title=""exemplo""
  >
  </Titlegroup>
</template>
```

## Related Links

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