UNPKG
lighty-admin-vite
Version:
latest (3.4.0)
3.4.0
基于 Vue3、TypeScript、Element Plus、Pinia 和 Vite 等主流技术.
lighty-admin-vite
/
types
/
shims-vue.d.ts
11 lines
(9 loc)
•
230 B
TypeScript
View Raw
1
2
3
4
5
6
7
8
9
10
11
declare
module
"*.vue"
{
import
{
DefineComponent
}
from
"vue"
const
component
:
DefineComponent
<{}, {},
any
>
export
default
component }
declare
module
"*.scss"
{
const
scss
:
Record
<
string
,
string
>
export
default
scss }