UNPKG

emmet

Version:

Emmet — the essential toolkit for web-developers

5 lines (4 loc) 255 B
import type { AbbreviationNode } from '@emmetio/abbreviation'; import type { Container } from '../utils.js'; import type { Config } from '../../config.js'; export default function bem(node: AbbreviationNode, ancestors: Container[], config: Config): void;