UNPKG

@coko/client

Version:

Client side common code for coko apps

11 lines (10 loc) 279 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.Text = exports.Paragraph = void 0; var _antd = require("antd"); var Paragraph = _antd.Typography.Paragraph, Text = _antd.Typography.Text; exports.Text = Text; exports.Paragraph = Paragraph;