Add bundle.ts files for browser bundling (#502)

This commit is contained in:
Jaco
2021-07-09 15:44:16 +03:00
committed by GitHub
parent bdec479885
commit be251919d6
6 changed files with 33 additions and 17 deletions
+9
View File
@@ -0,0 +1,9 @@
// Copyright 2017-2021 @polkadot/ui-settings authors & contributors
// SPDX-License-Identifier: Apache-2.0
import { Settings, settings } from './Settings';
export { ENDPOINT_DEFAULT, ICON_DEFAULT, ICON_DEFAULT_HOST, LANGUAGE_DEFAULT, LOCKING_DEFAULT, PREFIX_DEFAULT, UIMODE_DEFAULT, UITHEME_DEFAULT } from './defaults';
export { packageInfo } from './packageInfo';
export { settings, Settings };