@ledgerhq/live-common
Version:
Common ground for the Ledger Live apps
7 lines • 416 B
TypeScript
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