UNPKG

boxpay-checkout-reactnative-sdk

Version:
10 lines 252 B
import React from 'react'; interface HeaderProps { showDesc: boolean; showSecure: boolean; text: string; onBackPress: () => void; } declare const Header: React.FC<HeaderProps>; export default Header; //# sourceMappingURL=header.d.ts.map