UNPKG

iamport-react-native

Version:

리액트 네이티브용 아임포트 결제/본인인증 연동 라이브러리

10 lines 335 B
import Payment from './components/Payment'; import Certification from './components/Certification'; export { IMPData } from './utils/Validation'; export { IMPConst } from './constants'; declare const IMP: { Payment: typeof Payment; Certification: typeof Certification; }; export default IMP; //# sourceMappingURL=index.d.ts.map