@lovebowls/leagueelements
Version:
League Elements package for LoveBowls
7 lines • 324 B
TypeScript
/**
* @packageDocumentation
* League Elements package for LoveBowls
*/
export * from './types';
export { BaseLeagueElement, LeagueMatch, LeagueAdminElement, LeagueElement as LeagueElementComponent, LeagueMatchesAttention, LeagueMatchesRecent, LeagueMatchesUpcoming } from './elements';
//# sourceMappingURL=index.d.ts.map