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