mirror of
https://github.com/pezkuwichain/pezkuwi-ui.git
synced 2026-06-25 12:51:06 +00:00
15c03c0aff
* Detection for mismatched monorepo deps * Bump common
12 lines
425 B
TypeScript
12 lines
425 B
TypeScript
// 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 };
|
|
|
|
export default settings;
|