iamport-react-native
Version:
리액트 네이티브용 아임포트 결제/본인인증 연동 라이브러리
12 lines • 391 B
TypeScript
import React from 'react';
import type { IMPData } from 'iamport-react-native';
type Props = {
userCode: string;
tierCode?: string;
data: IMPData.PaymentData;
loading?: any;
callback: (response: any) => any;
};
declare function Payment({ userCode, tierCode, data, loading, callback }: Props): React.JSX.Element;
export default Payment;
//# sourceMappingURL=index.d.ts.map