UNPKG

bd-geo-info

Version:

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

3 lines (2 loc) 141 B
import { District } from '../types'; export declare const getDistricts: (divisionId: string, language?: "en" | "bn") => Promise<District[]>;