bd-geo-info
Version:
A comprehensive Bangladesh geographical data package with hierarchical selection and address form components
15 lines (13 loc) • 633 B
text/typescript
// Components
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';
// Utils
export { getDistricts } from './utils/getDistricts';
export { default as getUpazilas } from './utils/getUpazilas';
export { getUnions } from './utils/getUnions';
export { default as getPostCode } from './utils/getPostCode';
// Types
export * from './types';