astro-ghostcms/.pnpm-store/v3/files/f4/5a151d6671401abb4add63f33c2...

5 lines
257 B
Plaintext
Raw Normal View History

2024-02-14 14:10:47 +00:00
import type { AbbreviationNode } from '@emmetio/abbreviation';
import type { Container } from '../utils.js';
import type { Config } from '../../config.js';
export default function lorem(node: AbbreviationNode, ancestors: Container[], config: Config): void;