frontend/.pnpm-store/v3/files/b0/9361dfcf8432cc637c39fbc5cd4d0095089af63ca24ee06b3c41001041a564203419fd1b311cc90be1c1d10a285811cd038948d47a264b6d369cb38bde9266

4 lines
132 B
Plaintext

import type { Transformer, Options } from '../types';
declare const transformer: Transformer<Options.Sass>;
export { transformer };