frontend/.pnpm-store/v3/files/98/55391a9afdcd3a6e490a161e9ce7236ff023432ec54fb10df4bac5fc2f3c6d5b7aa190de15c096ace46312ee4de06d1c5c2e990c52f2ac56a267d5420c69a4

5 lines
210 B
Plaintext

import type { Transformer, Options } from '../types';
/** Adapted from https://github.com/TehShrike/svelte-preprocess-postcss */
declare const transformer: Transformer<Options.Postcss>;
export { transformer };