5 lines
282 B
TypeScript
5 lines
282 B
TypeScript
![]() |
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;
|