This commit is contained in:
6
node_modules/emmet/dist/markup/addon/xsl.d.ts
generated
vendored
Normal file
6
node_modules/emmet/dist/markup/addon/xsl.d.ts
generated
vendored
Normal file
@@ -0,0 +1,6 @@
|
||||
import type { AbbreviationNode } from '@emmetio/abbreviation';
|
||||
/**
|
||||
* XSL transformer: removes `select` attributes from certain nodes that contain
|
||||
* children
|
||||
*/
|
||||
export default function xsl(node: AbbreviationNode): void;
|
||||
Reference in New Issue
Block a user