UNPKG

je_nfc_sdk

Version:

A comprehensive React Native SDK for NFC-based device control and communication

10 lines 368 B
import React from 'react'; export interface DeviceInfoScreenSDKProps { deviceId: string; theme?: 'light' | 'dark'; onInfoFetched?: (info: any) => void; onError?: (error: string) => void; } export declare const DeviceInfoScreenSDK: React.FC<DeviceInfoScreenSDKProps>; export default DeviceInfoScreenSDK; //# sourceMappingURL=DeviceInfoScreenSDK.d.ts.map