UNPKG

@lovebowls/leagueelements

Version:

League Elements package for LoveBowls

18 lines (16 loc) 488 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, } from './elements';