# SelectTheme

## Purpose

Component SelectTheme

## Slots

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

## Events

| Event    | Description  |
| -------- | ------------ |
| `update` | update event |

## Dependencies

### External

- vue
- primevue/dropdown

## Usage Example

```vue
<template>
  <SelectTheme> </SelectTheme>
</template>
```

## Related Links

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