UNPKG

173 BTypeScriptView Raw
1import type { Options, PreprocessorGroup } from '../types';
2declare const stylus: (options?: Options.Stylus) => PreprocessorGroup;
3export default stylus;
4export { stylus };