astro-ghostcms/.pnpm-store/v3/files/ac/2d083d6a05d380fc1b788eae200...

5 lines
255 B
Plaintext

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;