kjelsrud.dev/node_modules/emmet/dist/markup/attributes.d.ts
2023-07-19 21:31:30 +02:00

7 lines
310 B
TypeScript

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;