UNPKG

384 BTypeScriptView Raw
1declare function renderManual(step?: string | (() => void)): any;
2declare function getManualTemplatePath(step: any, locale: any): string;
3declare function getManualViewPath(step: any, locale: any): string;
4export declare const Manual: {
5 render: typeof renderManual;
6 manualTemplatePath: typeof getManualTemplatePath;
7 manualViewPath: typeof getManualViewPath;
8};
9export {};