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