/** * Normalize adaptive comments UI policy fields. * * @param {false | Record | undefined} commentsConfig * @returns {false | Record | undefined} */ export function normalizeCommentsUiPolicy(commentsConfig: false | Record | undefined): false | Record | undefined; export const COMPACT_ANCHOR_SELECTOR: "[data-track-change-id], .superdoc-comment-highlight, .sd-comment-anchor"; export const DEFAULT_COMMENTS_SIDEBAR_LANE_PX: 320; export const DEFAULT_COMMENTS_MIN_GUTTER_PX: 24; export const DEFAULT_DOCUMENT_VISIBLE_MIN_WIDTH_PX: 816; export const RIGHT_CLICK_COMMENT_SUPPRESS_MS: 250; export const DEFAULT_COMMENTS_DISPLAY_MODE: "sidebar"; export const VALID_COMMENTS_DISPLAY_MODES: Set; //# sourceMappingURL=comment-small-screen.d.ts.map