UNPKG

@atlaskit/editor-common

Version:

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

7 lines (6 loc) 223 B
export declare const GUTTER_SIZE_IN_PX = 120; /** * @deprecated - [ED-23844] only used in Editor Core */ export declare const GUTTER_SIZE_MOBILE_IN_PX = 36; export declare const GUTTER_SELECTOR = "#editor-scroll-gutter";