4 lines
139 B
Plaintext
4 lines
139 B
Plaintext
import type { Transformer, Options } from '../types';
|
|
declare const transformer: Transformer<Options.GlobalStyle>;
|
|
export { transformer };
|