UNPKG

@logicflow/dumi-theme-simple

Version:
11 lines (10 loc) 210 B
import React from 'react'; export type APIProps = { readonly children: any; }; /** * API 路由下的入口 * - 读取 API markdown 文件 * - 渲染 UI */ export declare const API: React.FC<APIProps>;