mirror of
https://github.com/Sevichecc/Urara-Blog.git
synced 2025-05-02 03:19:31 +08:00
3 lines
169 B
Text
3 lines
169 B
Text
import type { PreprocessorGroup, Options } from '../types';
|
|
declare const _default: (options?: Options.Babel | undefined) => PreprocessorGroup;
|
|
export default _default;
|