Type Alias ThemeFragment

ThemeFragment: {
    meta?: ThemeMetaSection;
    resources?: ThemeResourceSection;
    [key: string]: undefined | ThemeValue | ThemeNode;
}

Type declaration

MMNEPVFCICPMFPCPTTAAATR