@cainiaofe/cn-ui-m
Version:
8 lines (7 loc) • 353 B
JavaScript
import * as React from 'react';
import { CnDemoBlock, CnDemoPage, CnFormat } from "../../..";
export default (function () {
return (React.createElement(CnDemoPage, null,
React.createElement(CnDemoBlock, { title: "\u5E38\u89C4\u4F7F\u7528" },
React.createElement(CnFormat, { format: 'text', value: '我是一段文本' }))));
});