je_nfc_sdk
Version:
A comprehensive React Native SDK for NFC-based device control and communication
14 lines • 490 B
TypeScript
import React from 'react';
import { OperationConfig, OperationStatus } from './ControlScreen';
interface NfcOperationCardProps {
operationType: string;
config: OperationConfig;
operation: OperationStatus;
onPress: () => void;
disabled?: boolean;
translate?: (key: string) => string;
theme?: 'light' | 'dark';
}
export declare const NfcOperationCard: React.FC<NfcOperationCardProps>;
export default NfcOperationCard;
//# sourceMappingURL=NfcOperationCard.d.ts.map