UNPKG

252 BTypeScriptView Raw
1import type { PreprocessorGroup, Options } from '../types';
2/** Adapted from https://github.com/TehShrike/svelte-preprocess-postcss */
3declare const postcss: (options?: Options.Postcss) => PreprocessorGroup;
4export { postcss };
5export default postcss;