printer-notifications/node_modules/svelte-preprocess/dist/transformers/postcss.d.ts

5 lines
210 B
TypeScript
Raw Normal View History

2023-11-13 21:10:04 +00:00
import type { Transformer, Options } from '../types';
/** Adapted from https://github.com/TehShrike/svelte-preprocess-postcss */
declare const transformer: Transformer<Options.Postcss>;
export { transformer };