astro-ghostcms/.pnpm-store/v3/files/9b/e7620d3543a802efe0527b6afbe...

4 lines
190 B
Plaintext
Raw Normal View History

2024-02-14 14:10:47 +00:00
import { SassTextLine } from '../sassTextLine';
import { FormattingState } from '../state';
export declare function FormatBlockHeader(line: SassTextLine, STATE: FormattingState): string;