astro-ghostcms/.pnpm-store/v3/files/6a/0f5830a484fba576408c05dc6a6...

4 lines
195 B
Plaintext

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