UNPKG

@andy922200/vue-tw-zip-code-selector

Version:
14 lines (10 loc) 356 B
import { DefineComponent, Plugin } from 'vue' import { CountyObject, ZoneObject } from './core-definition' export { CountyObject, ZoneObject } declare const VueTwZipCodeSelectorInstall: Exclude<Plugin['install'], undefined> export default VueTwZipCodeSelectorInstall export const VueTwZipCodeSelector: DefineComponent<{}, {}, any>