Files
pezkuwi-ui/packages/ledger-transports/src/react-native.ts
T
Jaco Greeff f003063b94 2021 (#424)
2021-01-03 11:46:19 +01:00

9 lines
212 B
TypeScript

// Copyright 2017-2021 @polkadot/ledger authors & contributors
// SPDX-License-Identifier: Apache-2.0
import type { TransportDef } from './types';
const transports: TransportDef[] = [];
export { transports };