/** * PisellPhone 组件导出 */ import PisellPhone from './PisellPhone'; export { PisellPhone }; export type { PisellPhoneProps, CountryCode } from './types'; export { PRESET_COUNTRY_CODES, DEFAULT_COUNTRY_CODE, COMMON_COUNTRY_CODES } from './constants/countryCodes'; export type { DisplayState, ValidationResult, TextInputState } from './types';