@cainiaofe/cn-ui-m
Version:
10 lines (9 loc) • 450 B
JavaScript
import { __assign } from "tslib";
import $i18n from "../../../locales/i18n";
import React from 'react';
import { CnDatePickerPro } from './cn-date-picker-pro';
var CnMonthPickerPro = function (props) {
return (React.createElement(CnDatePickerPro, __assign({ precision: "month", placeholder: $i18n.get({ id: 'PleaseSelectMonth', dm: '请选择月' }) }, props)));
};
CnMonthPickerPro.displayName = 'CnMonthPickerPro';
export { CnMonthPickerPro };