@open-tender/store
Version:
A library of hooks, reducers, utility functions, and types for use with Open Tender applications that utilize our in-store POS API
31 lines (30 loc) • 831 B
TypeScript
export * from './alerts';
export * from './allergens';
export * from './arrivals';
export * from './cartSummary';
export * from './checkout';
export * from './config';
export * from './customer';
export * from './customerIdentify';
export * from './deals';
export * from './discounts';
export * from './errorAlerts';
export * from './kds';
export * from './kiosk';
export * from './menu';
export * from './menuPages';
export * from './modal';
export * from './notifications';
export * from './offlineAuths';
export * from './order';
export * from './pos';
export * from './punches';
export * from './refund';
export * from './sendReceipt';
export * from './settings';
export * from './sidebar';
export * from './surcharges';
export * from './taxes';
export * from './idle';
export * from './tags';
export * from './revenueCenter';