mirror of
https://github.com/Sevichecc/Urara-Blog.git
synced 2025-05-01 20:19:29 +08:00
4 lines
210 B
Text
4 lines
210 B
Text
import type { Transformer, Options } from '../types';
|
|
/** Adapted from https://github.com/TehShrike/svelte-preprocess-postcss */
|
|
declare const transformer: Transformer<Options.Postcss>;
|
|
export { transformer };
|