UNPKG

@atlaskit/adf-utils

Version:

Set of utilities to traverse, modify and create ADF documents.

4 lines (3 loc) 259 B
import type { AnnotationMarkAttributes, TextDefinition } from '@atlaskit/adf-schema'; import type { WithMark } from '../types'; export declare const annotation: (attrs: AnnotationMarkAttributes) => (maybeNode: WithMark | string) => WithMark | TextDefinition;