UNPKG

@cainiaofe/cn-ui-m

Version:
9 lines (8 loc) 378 B
import * as React from 'react'; import { CnDemoBlock, CnDemoPage, CnRadio } from "../../.."; export var 基本 = function () { return (React.createElement(CnDemoPage, { title: "\u57FA\u672C" }, React.createElement(CnDemoBlock, { title: "\u57FA\u672C" }, React.createElement(CnRadio, null, "\u57FA\u672C")))); }; export default { title: 'demo/CnRadio' };