This commit is contained in:
6
node_modules/emmet/dist/markup/addon/label.d.ts
generated
vendored
Normal file
6
node_modules/emmet/dist/markup/addon/label.d.ts
generated
vendored
Normal file
@@ -0,0 +1,6 @@
|
||||
import type { AbbreviationNode } from '@emmetio/abbreviation';
|
||||
/**
|
||||
* Preprocessor of `<label>` element: if it contains `<input>`, remove `for` attribute
|
||||
* and `id` from input
|
||||
*/
|
||||
export default function label(node: AbbreviationNode): void;
|
||||
Reference in New Issue
Block a user