nimbbl_react_native_sdk
Version:
A simple react native checkout integration package.
12 lines • 394 B
TypeScript
import React from 'react';
import { Environments } from './constants/Urls';
interface ReasonPopupProps {
orderId: string;
show: boolean;
handleClose: (reason: string) => void;
hideReason: () => void;
environment?: Environments;
}
declare const ReasonPopup: (props: ReasonPopupProps) => React.JSX.Element;
export default ReasonPopup;
//# sourceMappingURL=ReasonPopup.d.ts.map