mirror of
https://github.com/Sevichecc/Urara-Blog.git
synced 2025-05-02 21:49:31 +08:00
4 lines
246 B
Text
4 lines
246 B
Text
import type { PreprocessorGroup, Options } from '../types';
|
|
declare const _default: (options?: Options.Postcss | undefined) => PreprocessorGroup;
|
|
/** Adapted from https://github.com/TehShrike/svelte-preprocess-postcss */
|
|
export default _default;
|