UNPKG
v-region
Version:
latest (3.5.2)
vue-2 (2.3.0)
3.5.2
3.5.1
3.5.0
3.4.1
3.4.0
3.3.0
3.2.1
3.2.0
3.1.0
3.0.0
3.0.0-beta.4
3.0.0-beta.3
3.0.0-beta.2
3.0.0-beta.1
2.3.0
2.2.2
2.2.1
2.2.0
2.1.3
2.1.2
2.1.1
2.1.0
2.0.0
1.8.1
1.8.0
1.7.1
1.7.0
1.6.0
1.5.0
1.4.0
1.3.0
1.2.0
1.1.0
1.0.0
Provide Chinese administrative division data selection
github.com/TerryZ/v-region
TerryZ/v-region
v-region
/
types
/
columns.d.ts
15 lines
(12 loc)
•
304 B
TypeScript
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
import { BaseProps, CoreModuleEmits }
from
'./component'
declare
interface
RegionColumns
{
new
(): {
$props
: BaseProps
$emit
: CoreModuleEmits } }
/** * 多列竖排模式核心模块 */
export
const
RegionColumns
: RegionColumns export
const
RegionFullColumns
: RegionColumns