# DropdownThemeSwitcher

## Purpose

Component DropdownThemeSwitcher

## Slots

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

## Events

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

## Dependencies

### External

- vue
- primevue/dropdown

## Usage Example

```vue
<template>
  <DropdownThemeSwitcher> </DropdownThemeSwitcher>
</template>
```

## Related Links

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