UNPKG

@knapsack/app

Version:

Build Design Systems on top of knapsack, by Basalt

8 lines 285 B
/** * Format code with Prettier * If it can't format, it just returns original code * @link https://prettier.io/docs/en/options.html#parser */ export declare function formatHtmlCode(code: string): string; export default formatHtmlCode; //# sourceMappingURL=prettier-format.d.ts.map