mirror of
https://github.com/Sevichecc/Urara-Blog.git
synced 2025-05-03 04:59:31 +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;
|