Files
Tiber365/node_modules/svelte-preprocess/dist/transformers/postcss.d.ts
2025-05-16 00:17:42 +02:00

5 lines
210 B
TypeScript

import type { Transformer, Options } from '../types';
/** Adapted from https://github.com/TehShrike/svelte-preprocess-postcss */
declare const transformer: Transformer<Options.Postcss>;
export { transformer };