UNPKG

@atlaskit/adf-utils

Version:

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

5 lines 92 B
export const heading = attrs => (...content) => ({ type: 'heading', attrs, content });