UNPKG

@hjkl6/dumi-theme-antv

Version:

[![NPM version](https://img.shields.io/npm/v/@antv/dumi-theme-antv.svg?style=flat)](https://npmjs.org/package/@antv/dumi-theme-antv) [![NPM downloads](http://img.shields.io/npm/dm/@antv/dumi-theme-antv.svg?style=flat)](https://npmjs.org/package/@antv/dumi

12 lines (11 loc) 283 B
import React from 'react'; import { Manual } from "./Manual"; /** * API 路由下的入口 * - 读取 API markdown 文件 * - 渲染 UI */ export var API = function API(_ref) { var children = _ref.children; return /*#__PURE__*/React.createElement(Manual, null, children); };