UNPKG
sportsbet-mobile
Version:
latest (1.2.22)
1.2.22
Sportsbet mobile
github.com/heathmont/sportsbet-mobile
heathmont/sportsbet-mobile
sportsbet-mobile
/
client
/
site
/
loading.ts
11 lines
(8 loc)
•
144 B
text/typescript
View Raw
1
2
3
4
5
6
7
8
9
10
11
interface
Templates
{ loading: Template; } Template.loading.helpers({ siteLoading: function() {
return
Session.
get
(
'siteLoading'
); } });