UNPKG

@atlaskit/editor-common

Version:

A package that contains common classes and components for editor and renderer

3 lines 186 B
export const GUTTER_SIZE_IN_PX = 120; // Default gutter size export const GUTTER_SIZE_MOBILE_IN_PX = 36; // Gutter size for Mobile export const GUTTER_SELECTOR = '#editor-scroll-gutter';