/
mustreets
/
TestApp
Обзор
Документация
Войти
/
mustreets
/
TestApp
Код
Запросы
0
Задачи
Вики
Пакеты
0
Релизы
1
CI/CD
Аналитика
Безопасность
master
src/styles/textSize.ts
14 строк
218 B
Slava
Remove Crashlytics integration from the beta lane in Fastfile
07 июн 2026, 20:06
07 июн 2026, 20:06
f21773c
Код
Авторство
О чём код?
type TextSizeName = | 'title' | 'description' | 'medium' | 'small' | 'thin'; export const TextSize: Record<TextSizeName, number> = { title: 24, description: 16, medium: 14, small: 12, thin: 10, };