# PriceAndPartner

## Purpose

Component PriceAndPartner

## Props

### Required

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

## Slots

| Slot      | Description  |
| --------- | ------------ |
| `content` | content slot |
| `actions` | actions slot |

## Dependencies

### Internal

- ../cardbase
- ../overline
- ../cardtitle
- ../carddescription
- ../tile
- ../linkbutton

## Usage Example

```vue
<template>
  <PriceAndPartner
    :lang=""exemplo""
  >
  </PriceAndPartner>
</template>
```

## Related Links

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