No types export from index (#421)

* No types export from index

* Fix use

* bump

* Bumps

* CHANGELOG

* OCD
This commit is contained in:
Jaco Greeff
2020-12-21 11:50:34 +01:00
committed by GitHub
parent 6a3bf8c0b3
commit 353a15827b
18 changed files with 66 additions and 58 deletions
+2 -2
View File
@@ -1,9 +1,9 @@
// Copyright 2017-2020 @polkadot/react-qr authors & contributors
// SPDX-License-Identifier: Apache-2.0
import React, { useMemo } from 'react';
import type { NetworkSpecsStruct } from '@polkadot/ui-settings/types';
import { NetworkSpecsStruct } from '@polkadot/ui-settings';
import React, { useMemo } from 'react';
import { QrDisplay } from './Display';
import { encodeString } from './util';