UNPKG

@logicflow/dumi-theme-simple

Version:
8 lines (7 loc) 160 B
/** * 获取API * * @param {string} apiPath API路径 * @returns {string} 文件内容 */ export declare const getExampleAPI: (apiPath: string) => string;