UNPKG

@trezor/connect

Version:

High-level javascript interface for Trezor hardware wallet.

8 lines 252 B
import { DeviceModelInternal } from '@trezor/protobuf'; type ModelConfig = { name: string; colors: Record<string, string>; }; export declare const models: Record<DeviceModelInternal, ModelConfig>; export {}; //# sourceMappingURL=models.d.ts.map