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