zent
Version:
一套前端设计语言和基于React的实现
8 lines (7 loc) • 385 B
JavaScript
import { __assign } from "tslib";
import { jsx as _jsx } from "react/jsx-runtime";
import cx from 'classnames';
export var FormNotice = function (_a) {
var className = _a.className, style = _a.style, children = _a.children;
return (_jsx("div", __assign({ className: cx('zent-form-notice', className), style: style, "data-zv": '10.0.17' }, { children: children }), void 0));
};