This commit is contained in:
Mirco Wittrien 2019-10-23 14:47:11 +02:00
parent fe67cdcb94
commit da831a4bc0
2 changed files with 2 additions and 1 deletions

View File

@ -5711,6 +5711,7 @@ var BDFDB = {myPlugins: BDFDB && BDFDB.myPlugins || {}, cleanUps: BDFDB && BDFDB
}));
}
} : undefined;
LibraryComponents.SvgIcon = BDFDB.ModuleUtils.findByProperties("Gradients", "Names");
LibraryComponents.Switch = BDFDB.ModuleUtils.findByName("Switch");
LibraryComponents.TabBar = reactInitialized ? class BDFDB_TabBar extends LibraryModules.React.Component {
handleItemSelect(e) {

File diff suppressed because one or more lines are too long