UNPKG

@experts_hub/shared

Version:

Shared DTOs, interfaces, and utilities for experts hub applications

11 lines (10 loc) 264 B
export declare const COUNTRY_PATTERN: { fetchCountryDropdown: string; fetchCountryPhoneCodeDropdown: string; }; export declare const STATE_PATTERN: { fetchStateDropdown: string; }; export declare const CITY_PATTERN: { fetchCityDropdown: string; };