mirror of
https://github.com/tenrok/vue-select.git
synced 2026-06-04 06:32:23 +03:00
add type declaration
This commit is contained in:
Vendored
+9
@@ -0,0 +1,9 @@
|
||||
// Type definitions for vue-select
|
||||
// Project: vue-select
|
||||
// Definitions by: Jeff Sagal <https://twitter.com/sagalbot>
|
||||
|
||||
import Vue from 'vue';
|
||||
|
||||
declare class Select extends Vue {}
|
||||
|
||||
export default Select
|
||||
@@ -5,6 +5,7 @@
|
||||
"author": "Jeff Sagal <sagalbot@gmail.com>",
|
||||
"private": false,
|
||||
"main": "dist/vue-select.js",
|
||||
"types": "./index.d.ts",
|
||||
"files": [
|
||||
"dist",
|
||||
"src"
|
||||
|
||||
Reference in New Issue
Block a user