UNPKG

chowa

Version:

UI component library based on React

25 lines (24 loc) 848 B
/** * @license chowa v1.1.3 * * Copyright (c) Chowa Techonlogies Co.,Ltd.(http://www.chowa.cn). * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. */ "use strict"; Object.defineProperty(exports, "__esModule", { value: true }); const typography_1 = require("./typography"); var blockquote_1 = require("./blockquote"); exports.Blockquote = blockquote_1.default; var code_1 = require("./code"); exports.Code = code_1.default; var inline_code_1 = require("./inline-code"); exports.InlineCode = inline_code_1.default; var paragraph_1 = require("./paragraph"); exports.Paragraph = paragraph_1.default; var title_1 = require("./title"); exports.Tilte = title_1.default; var list_1 = require("./list"); exports.List = list_1.default; exports.default = typography_1.default;