kjelsrud.dev/node_modules/sass-formatter/dist/formatters/format.property.d.ts

5 lines
282 B
TypeScript
Raw Normal View History

2023-07-19 21:31:30 +02:00
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;