import { Plugin } from '@tiptap/pm/state'; import type { Node_Type } from 'ricos-schema'; /** * This decoration plugin wraps target node children with spans. * This is explicitly used for nodes which has backgroundColor styles on ThemeAPI * but actual background color needs to be applied as for inline text. */ export declare const createSpanWrapperDecorationPlugin: (targetNodeType: Node_Type) => Plugin; //# sourceMappingURL=span-wrapper.d.ts.map