UNPKG

@trezor/connect

Version:

High-level javascript interface for Trezor hardware wallet.

4 lines 236 B
import { PROTO } from '../../constants'; import type { Params, Response } from '../params'; export declare function setBrightness(params: Params<PROTO.SetBrightness>): Response<PROTO.Success>; //# sourceMappingURL=setBrightness.d.ts.map