1. /**
    
  2.  * Copyright (c) Meta Platforms, Inc. and affiliates.
    
  3.  *
    
  4.  * This source code is licensed under the MIT license found in the
    
  5.  * LICENSE file in the root directory of this source tree.
    
  6.  *
    
  7.  * @flow
    
  8.  */
    
  9. 
    
  10. export {
    
  11.   COMFORTABLE_LINE_HEIGHT,
    
  12.   COMPACT_LINE_HEIGHT,
    
  13. } from 'react-devtools-shared/src/devtools/constants.js';
    
  14. 
    
  15. export const REACT_TOTAL_NUM_LANES = 31;
    
  16. 
    
  17. // Increment this number any time a backwards breaking change is made to the profiler metadata.
    
  18. export const SCHEDULING_PROFILER_VERSION = 1;
    
  19. 
    
  20. export const SNAPSHOT_MAX_HEIGHT = 60;