UNPKG

bd-geo-info

Version:

A comprehensive Bangladesh geographical data package with hierarchical selection and address form components

11 lines (10 loc) 600 B
export { default as AddressForm } from './components/AddressForm'; export { default as DivisionSelect } from './components/DivisionSelect'; export { default as DistrictSelect } from './components/DistrictSelect'; export { default as UpazilaSelect } from './components/UpazilaSelect'; export { default as UnionSelect } from './components/UnionSelect'; export { getDistricts } from './utils/getDistricts'; export { default as getUpazilas } from './utils/getUpazilas'; export { getUnions } from './utils/getUnions'; export { default as getPostCode } from './utils/getPostCode'; export * from './types';