This commit is contained in:
Mirco Wittrien 2019-11-04 10:24:41 +01:00
parent 6ecb9a9ba8
commit 6bbfaf709f
2 changed files with 3 additions and 1 deletions

View File

@ -6257,6 +6257,8 @@ var BDFDB = {
}
} : LibraryComponents.TabBar;
LibraryComponents.Table = BDFDB.ModuleUtils.findByName("Table");
LibraryComponents.TextElement = BDFDB.ModuleUtils.findByName("Text");
LibraryComponents.TextInput = reactInitialized ? class BDFDB_TextInput extends LibraryModules.React.Component {

File diff suppressed because one or more lines are too long