mirror of
https://github.com/facebook/react.git
synced 2025-11-01 09:12:30 +00:00
8 lines
190 B
JavaScript
8 lines
190 B
JavaScript
// @flow
|
|
|
|
export const barWidthThreshold = 2;
|
|
export const interactionCommitSize = 10;
|
|
export const interactionLabelWidth = 200;
|
|
export const maxBarWidth = 30;
|
|
export const minBarWidth = 5;
|