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

9 lines 314 B
import { Layout } from 'antd'; import React from 'react'; import styles from "./index.module.less"; var Article = function Article(props) { return /*#__PURE__*/React.createElement(Layout.Content, { className: styles.article }, /*#__PURE__*/React.createElement("article", props)); }; export default Article;