UNPKG

emmet

Version:

Emmet — the essential toolkit for web-developers

7 lines (6 loc) 242 B
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;