UNPKG

@ledgerhq/live-common

Version:
7 lines 416 B
import { getDeviceInfoAction as defaultGetDeviceInfoAction, GetDeviceInfoActionState } from "../actions/getDeviceInfo"; export type UseGetDeviceInfoArgs = { getDeviceInfoAction?: typeof defaultGetDeviceInfoAction; deviceId: string; }; export declare const useGetDeviceInfo: ({ getDeviceInfoAction, deviceId, }: UseGetDeviceInfoArgs) => GetDeviceInfoActionState; //# sourceMappingURL=useGetDeviceInfo.d.ts.map