export const name: "moveElemsAttrsToGroup"; export const description: "Move common attributes of group children to the group"; /** * Move common attributes of group children to the group * * @example * * * text * * * * ⬇ * * * text * * * * * @author Kir Belevich * * @type {import('../lib/types.js').Plugin} */ export const fn: import("../lib/types.js").Plugin;