UNPKG

@atlaskit/renderer

Version:
6 lines (5 loc) 369 B
import { type Context } from 'react'; import type { AnnotationProviders } from '@atlaskit/editor-common/types'; import type { AnnotationMarkStates } from '@atlaskit/adf-schema'; export declare const ProvidersContext: Context<AnnotationProviders | null | undefined>; export declare const InlineCommentsStateContext: Context<Record<string, AnnotationMarkStates | null>>;