UNPKG

@availity/favorites

Version:

Favorite Heart for favoriting items such as links/resources etc.

10 lines (8 loc) 305 B
export const MAX_FAVORITES = 60; export const NAV_APP_ID = 'Gateway-AvNavigation'; export const AV_INTERNAL_GLOBALS = { FAVORITES_UPDATE: 'av:favorites:update', FAVORITES_CHANGED: 'av:favorites:changed', MAX_FAVORITES: 'av:favorites:maxed', MY_TOP_APPS_UPDATED: 'av:topApps:updated', } as const;