UNPKG

dumi

Version:

📖 Documentation Generator of React Component

14 lines (13 loc) • 345 B
import { Service } from 'umi'; export declare class DumiService extends Service { constructor(); getPaths(): Promise<{ cwd: string; absSrcPath: string; absPagesPath: string; absApiRoutesPath: string; absTmpPath: string; absNodeModulesPath: string; absOutputPath: string; }>; }