@open-tender/cloud
Version:
A library of hooks, reducers, utility functions, and types for use with Open Tender applications that utilize our cloud-based Order API.
43 lines (42 loc) • 1.21 kB
TypeScript
export * from './alerts';
export * from './allergens';
export * from './announcements';
export * from './checkout';
export * from './completedOrders';
export * from './config';
export * from './confirmation';
export * from './customer';
export * from './deals';
export * from './donations';
export * from './geolocation';
export * from './giftCards';
export * from './groupOrder';
export * from './guest';
export * from './loader';
export * from './menu';
export * from './menuDisplay';
export * from './menuItems';
export * from './misc';
export * from './modal';
export * from './nav';
export * from './navSite';
export * from './notifications';
export * from './oneTimePasscode';
export * from './order';
export * from './orderFulfillment';
export * from './orderRating';
export * from './posts';
export * from './pushNotifications';
export * from './qr';
export * from './quote';
export * from './resetPassword';
export * from './revenueCenters';
export * from './rewardCode';
export * from './sidebar';
export * from './sidebarModal';
export * from './signUp';
export * from './tags';
export * from './terms';
export * from './unsubscribe';
export * from './validTimes';
export * from './verifyAccount';