UNPKG

boxpay-checkout-reactnative-sdk

Version:
7 lines 217 B
import React from 'react'; interface SessionExpireProps { onClick: () => void; } declare const SessionExpire: React.FC<SessionExpireProps>; export default SessionExpire; //# sourceMappingURL=sessionExpire.d.ts.map