UNPKG

@lovebowls/leagueelements

Version:

League Elements package for LoveBowls

20 lines (18 loc) 537 B
/** * @packageDocumentation * League Elements package for LoveBowls */ // Export types export * from './types'; // Export elements // Use named exports to avoid name collision with LeagueElement interface from types export { BaseLeagueElement, LeagueMatch, LeagueAdminElement, // Explicitly re-export LeagueElement as LeagueElementComponent to avoid naming conflict LeagueElement as LeagueElementComponent, LeagueMatchesAttention, LeagueMatchesRecent, LeagueMatchesUpcoming } from './elements';