printer-notifications/node_modules/svelte-preprocess/dist/transformers/globalStyle.d.ts
2023-11-13 16:10:04 -05:00

4 lines
139 B
TypeScript

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