mirror of
https://github.com/Sevichecc/Urara-Blog.git
synced 2025-06-17 23:09:13 +08:00
3 lines
174 B
Text
3 lines
174 B
Text
import type { Options, PreprocessorGroup } from '../types';
|
|
declare const _default: (options?: Options.Typescript | undefined) => PreprocessorGroup;
|
|
export default _default;
|