mirror of
https://github.com/austinried/subtracks.git
synced 2025-12-27 17:19:27 +01:00
11 lines
115 B
TypeScript
11 lines
115 B
TypeScript
const header = 56
|
|
const tabBar = 54
|
|
|
|
const bottom = () => tabBar
|
|
|
|
export default {
|
|
header,
|
|
tabBar,
|
|
bottom,
|
|
}
|