UNPKG

gapp-checkout

Version:

Mobile Gapp flow for Checkout

4 lines (3 loc) 196 B
import type { ICheckoutGAppProps } from './module.type'; declare const CheckoutGAppFlow: ({ dataLoad, dataIn, dataOut, children, }: ICheckoutGAppProps) => any; export default CheckoutGAppFlow;