mirror of
https://github.com/Sevichecc/Urara-Blog.git
synced 2025-05-02 18:49:30 +08:00
3 lines
139 B
Text
3 lines
139 B
Text
import type { Transformer, Options } from '../types';
|
|
declare const transformer: Transformer<Options.GlobalStyle>;
|
|
export { transformer };
|