# ImageSwitcher

## Purpose

Component ImageSwitcher

## Slots

| Slot      | Description               |
| --------- | ------------------------- |
| `default` | Default component content |

## Usage Example

```vue
<template>
  <ImageSwitcher> Component content </ImageSwitcher>
</template>
```

## Related Links

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