mirror of
https://github.com/pezkuwichain/pezkuwi-ui.git
synced 2026-07-13 02:15:50 +00:00
da84d5a8ae
* Add ExtensionStore (from @polkadot/extension) * Consistent naming, untested/unused File store * Update File.ts
8 lines
354 B
TypeScript
8 lines
354 B
TypeScript
// Copyright 2017-2019 @polkadot/ui-keyring authors & contributors
|
|
// This software may be modified and distributed under the terms
|
|
// of the Apache-2.0 license. See the LICENSE file for details.
|
|
|
|
export { default as BrowserStore } from './Browser';
|
|
export { default as ExtensionStore } from './Extension';
|
|
export { default as FileStore } from './File';
|