UNPKG

@gizwits/vantui

Version:

机智云组件库

29 lines (28 loc) 777 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.default = exports.GizwitsCmp = void 0; var _components = require("@tarojs/components"); var _jsxRuntime = require("react/jsx-runtime"); var GizwitsCmp = function GizwitsCmp() { return /*#__PURE__*/(0, _jsxRuntime.jsx)(_components.View, { style: { width: '100%', height: 40, backgroundColor: '#ccc', justifyContent: 'center', alignItems: 'center', display: 'flex' }, children: /*#__PURE__*/(0, _jsxRuntime.jsx)(_components.Text, { style: { color: 'red' }, children: "\u673A\u667A\u4E91\u4E1A\u52A1\u7EC4\u4EF6" }) }); }; exports.GizwitsCmp = GizwitsCmp; var _default = GizwitsCmp; exports.default = _default;