Ви не можете вибрати більше 25 тем
Теми мають розпочинатися з літери або цифри, можуть містити дефіси (-) і не повинні перевищувати 35 символів.
1234567 |
- // @flow
-
- /**
- * The size of the hangup button. As that is the largest button, it defines
- * the size of the {@code ToolBox}, so other components may relate to that.
- */
- export const HANGUP_BUTTON_SIZE = 60;
|