UNPKG

@simoko/tw-zip

Version:
14 lines (11 loc) 292 B
import * as vue from 'vue'; declare function useTwzip(): { cities: string[]; districts: vue.Ref<{ [key: string]: string; }[]>; city: vue.Ref<string>; district: vue.ComputedRef<string | undefined>; zipCode: vue.Ref<string>; }; export { useTwzip as default };