8 lines
208 B
JavaScript
8 lines
208 B
JavaScript
|
// @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;
|