# IThemeChangerProps

```tsx
interface IThemeChangerProps {
    /**
     * pass a element id to apply theme changes to that element and children 
     *
     */
    rootElementId?: string 
}
```

## Usage

```tsx
import {IThemeChangerProps} from 'uxp/components';
```
