export const name: "moveGroupAttrsToElems"; export const description: "moves some group attributes to the content elements"; /** * Move group attrs to the content elements. * * @example * * * * * ⬇ * * * * * * @author Kir Belevich * * @type {import('../lib/types.js').Plugin} */ export const fn: import("../lib/types.js").Plugin;