astro-ghostcms/.pnpm-store/v3/files/e6/1c5fed996f31d92387ba3d751d3...

5 lines
282 B
Plaintext

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