reexport type from 'trezor-connect' to 'flowtype' module

pull/3/head^2
Szymon Lesisz 6 years ago
parent 86f1981179
commit e8109350bb

@ -78,6 +78,7 @@ export type UnknownDevice = $Exact<{
ts: number;
}>
export type { Device } from 'trezor-connect';
export type TrezorDevice = AcquiredDevice | UnknownDevice;
export type RouterLocationState = LocationState;

Loading…
Cancel
Save