ICustomThemes
Definition
export interface ICustomThemes {
[name: string]: IThemeProps | ThemeDetails
}Usage
import { ICustomThemes } from 'uxp/components';Last updated
export interface ICustomThemes {
[name: string]: IThemeProps | ThemeDetails
}import { ICustomThemes } from 'uxp/components';Last updated