astro-ghostcms/.pnpm-store/v3/files/b9/46a412f7e71186c32807735ccbe...

8 lines
310 B
Plaintext

import type { AbbreviationNode } from '@emmetio/abbreviation';
import type { Config } from '../config.js';
/**
* Merges attributes in current node: de-duplicates attributes with the same name
* and merges class names
*/
export default function mergeAttributes(node: AbbreviationNode, config: Config): void;