# SectionInvestorsLogos

## Purpose

Component SectionInvestorsLogos

## Props

### Required

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

### Optional

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

## Slots

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

## Dependencies

### Internal

- ../contentsection

## Usage Example

```vue
<template>
  <SectionInvestorsLogos
    :title=""exemplo""
    :logos="[]"
  >
  </SectionInvestorsLogos>
</template>
```

## Related Links

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