UNPKG

@shopify/prettier-plugin-liquid

Version:
14 lines (13 loc) 400 B
import type { Printer as Printer2 } from 'prettier'; import type { Printer as Printer3 } from 'prettier3'; import { LiquidHtmlNode } from '../types'; export declare const printerLiquidHtml2: Printer2<LiquidHtmlNode> & { preprocess: any; } & { getVisitorKeys: any; }; export declare const printerLiquidHtml3: Printer3<LiquidHtmlNode> & { preprocess: any; } & { getVisitorKeys: any; };