UNPKG

@atlaskit/editor-common

Version:

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

6 lines (5 loc) 210 B
export declare const getGuidelinesWithHighlights: <T extends { active?: boolean; key: string; show?: boolean; }>(gap: number, maxGap: number, activeGuidelineKeys: string[], guidelines: T[]) => T[];