UNPKG

@airgap/etherlink

Version:

The @airgap/etherlink package is an implementation of the ICoinProtocol interface from @airgap/coinlib-core.

5 lines (4 loc) 99 B
import { AirGapUIText } from './text'; export interface AirGapUIAction { text: AirGapUIText; }