@tarojs/taro-h5
Version:
Taro h5 framework
9 lines (6 loc) • 312 B
JavaScript
import { temporarilyNotSupport } from '../../utils/index.js';
// 日历
const addPhoneRepeatCalendar = temporarilyNotSupport('addPhoneRepeatCalendar');
const addPhoneCalendar = temporarilyNotSupport('addPhoneCalendar');
export { addPhoneCalendar, addPhoneRepeatCalendar };
//# sourceMappingURL=calendar.js.map