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

4 lines
190 B
Plaintext

import { SassTextLine } from '../sassTextLine';
import { FormattingState } from '../state';
export declare function FormatBlockHeader(line: SassTextLine, STATE: FormattingState): string;