// Copyright 2017-2022 @polkadot/ui-keyring authors & contributors // SPDX-License-Identifier: Apache-2.0 import './detectPackage'; import { keyring } from './bundle'; export * from './bundle'; export default keyring;