16 lines
477 B
TypeScript
16 lines
477 B
TypeScript
/**
|
|
----------------------- [ MenuV ] -----------------------
|
|
-- GitHub: https://github.com/ThymonA/menuv/
|
|
-- License: GNU General Public License v3.0
|
|
-- https://choosealicense.com/licenses/gpl-3.0/
|
|
-- Author: Thymon Arens <contact@arens.io>
|
|
-- Name: MenuV
|
|
-- Version: 1.0.0
|
|
-- Description: FiveM menu library for creating menu's
|
|
----------------------- [ MenuV ] -----------------------
|
|
*/
|
|
declare module '*.vue' {
|
|
import VUE from 'vue';
|
|
|
|
export default VUE
|
|
} |