# SelectLang

## Purpose

Component SelectLang

## Props

### Required

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

### Optional

| Prop        | Type    | Default | Values | Description    |
| ----------- | ------- | ------- | ------ | -------------- |
| `i18nPages` | `Array` | -       | -      | No description |

## Slots

| Slot     | Description |
| -------- | ----------- |
| `value`  | value slot  |
| `option` | option slot |

## Dependencies

### External

- primevue/dropdown

## Usage Example

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

## Related Links

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