kjelsrud.dev/node_modules/emmet/dist/markup/addon/xsl.d.ts

7 lines
222 B
TypeScript
Raw Normal View History

2023-07-19 21:31:30 +02:00
import type { AbbreviationNode } from '@emmetio/abbreviation';
/**
* XSL transformer: removes `select` attributes from certain nodes that contain
* children
*/
export default function xsl(node: AbbreviationNode): void;