UNPKG

@data-forge-services/core

Version:

Core component library for Data Forge services including location, timezone, and more.

14 lines (13 loc) 706 B
declare module '@data-forge-services/core' { import { DefineComponent } from 'vue' export const RegionSelect: DefineComponent<any, any, any> export const SubregionSelect: DefineComponent<any, any, any> export const CountrySelect: DefineComponent<any, any, any> export const StateSelect: DefineComponent<any, any, any> export const CitySelect: DefineComponent<any, any, any> export const PhoneSelect: DefineComponent<any, any, any> export const TimezoneSelect: DefineComponent<any, any, any> export const LanguageSelect: DefineComponent<any, any, any> export const CurrencySelect: DefineComponent<any, any, any> export const AddressInput: DefineComponent<any, any, any> }