UNPKG

@atlaskit/adf-utils

Version:

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

3 lines (2 loc) 229 B
import type { NestedExpandDefinition, NestedExpandContent } from '@atlaskit/adf-schema'; export declare const nestedExpand: (attrs: NestedExpandDefinition["attrs"]) => (...content: NestedExpandContent) => NestedExpandDefinition;