Urara-Blog/node_modules/.pnpm-store/v3/files/24/9a19f9a211831d90f69606c203bac68c33835cc4443dbced26f931751a8efcd3a2f57deefa5819a5a2448106a933e2ed2ee6f4327279d23b0780e32f709de4
2022-08-14 01:14:53 +08:00

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 };