Files
DeviceManager/node_modules/svelte-preprocess/dist/transformers/scss.d.ts

4 lines
132 B
TypeScript

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