This website works better with JavaScript
Domů
Procházet
Nápověda
Registrovat se
Přihlásit se
Exylience
/
diary-app
Sledovat
1
Oblíbit
1
Rozštěpit
0
Soubory
Úkoly
0
Pull Requesty
0
Wiki
Strom:
c922eeb1ef
Větve
Značky
master
diary-app
/
native-base-theme
/
components
/
Spinner.js
Spinner.js
105 B
Historie
Surový
1
2
3
4
5
6
7
8
9
// @flow
export default () => {
const spinnerTheme = {
height: 80
};
return spinnerTheme;
};