web / useQuickCheckout
Function: useQuickCheckout() ​
useQuickCheckout():
UseQuickCheckout
Defined in: apps/web/composables/useQuickCheckout/useQuickCheckout.ts:21
Returns ​
UseCouponReturn
Description ​
Composable for managing the quick checkout.
Example ​
ts
const {
isOpen, timer, loading, endTimer, openQuickCheckout, closeQuickCheckout, startTimer, product
} = useQuickCheckout();