UNPKG

@atlaskit/editor-common

Version:

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

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