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

4 lines
139 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.GlobalStyle>;
export { transformer };