UNPKG

@51yzone/pc-components

Version:

An enterprise-class UI design language and React-based implementation

9 lines (8 loc) 239 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.MOBILE_PHONE = void 0; // 手机号(mobile phone)中国(最宽松) var MOBILE_PHONE = /^(?:(?:\+|00)86)?1\d{10}$/; exports.MOBILE_PHONE = MOBILE_PHONE;