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