mirror of
https://github.com/tenrok/vue-select.git
synced 2026-05-29 05:14:04 +03:00
10 lines
203 B
TypeScript
10 lines
203 B
TypeScript
// 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
|