All Downloads are FREE. Search and download functionalities are using the official Maven repository.

package.dist.theming.getThemeDesignerTheme.d.ts Maven / Gradle / Ivy

type ThemeDescriptor = {
    themeName: string;
    baseThemeName?: string;
};
declare const getThemeDesignerTheme: () => ThemeDescriptor | undefined;
export default getThemeDesignerTheme;
export type { ThemeDescriptor };




© 2015 - 2024 Weber Informatics LLC | Privacy Policy