printer-notifications/node_modules/svelte-preprocess/dist/transformers/less.d.ts

4 lines
132 B
TypeScript
Raw Normal View History

2023-11-13 21:10:04 +00:00
import type { Transformer, Options } from '../types';
declare const transformer: Transformer<Options.Less>;
export { transformer };