Skip to content

useCartNotification

useCartNotification

Category:
Cart & Checkout

UI composable

Types

ts
export function useCartNotification(): useCartNotificationReturn

source code

ts
export type useCartNotificationReturn = {
  codeErrorsNotification(): void;
  getErrorsCodes(): Schemas["CartError"][];
};

source code

Was this page helpful?
UnsatisfiedSatisfied
Be the first to vote!
0.0 / 5  (0 votes)