IThemeChangerProps
interface IThemeChangerProps {
/**
* pass a element id to apply theme changes to that element and children
*
*/
rootElementId?: string
}
Usage
import {IThemeChangerProps} from 'uxp/components';
Last updated