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

4 lines
134 B
TypeScript

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