4 lines
190 B
TypeScript
4 lines
190 B
TypeScript
![]() |
import { SassTextLine } from '../sassTextLine';
|
||
|
import { FormattingState } from '../state';
|
||
|
export declare function FormatBlockHeader(line: SassTextLine, STATE: FormattingState): string;
|