UNPKG

@byronvis/china-area-data

Version:

Convert Vant Area into Element UI Cascader Component data format.

9 lines (7 loc) 276 B
/// <reference types="vite/client" /> declare module '*.vue' { import { DefineComponent } from 'vue' // eslint-disable-next-line @typescript-eslint/no-explicit-any, @typescript-eslint/ban-types const component: DefineComponent<{}, {}, any> export default component }