Interface ThemeExportInterface

interface ThemeExportInterface {
    meta?: ExportMetaData;
    theme: Record<string, ThemeSkeleton>;
}

Properties

Properties

theme: Record<string, ThemeSkeleton>