UNPKG

@atlaskit/editor-common

Version:

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

3 lines (2 loc) 135 B
export type CommentStatus = 'draft' | 'focus' | 'blur'; export declare const commentStatusStyleMap: (status: CommentStatus) => string;