4 lines
179 B
TypeScript
4 lines
179 B
TypeScript
![]() |
import type { Abbreviation } from '@emmetio/abbreviation';
|
||
|
import type { Config } from '../../config.js';
|
||
|
export default function pug(abbr: Abbreviation, config: Config): string;
|