UNPKG
unplugin-dts
Version:
beta (1.0.0-beta.0)
latest (1.0.3)
1.0.3
1.0.2
1.0.1
1.0.0
1.0.0-beta.6
1.0.0-beta.5
1.0.0-beta.4
1.0.0-beta.3
1.0.0-beta.2
1.0.0-beta.1
1.0.0-beta.0
0.0.0
<h1 align="center">unplugin-dts</h1>
github.com/qmhc/unplugin-dts
qmhc/unplugin-dts
unplugin-dts
/
dist
/
vite.d.ts
8 lines
(5 loc)
•
248 B
TypeScript
View Raw
1
2
3
4
5
6
7
8
import
*
as
vite
from
'vite'
;
import
{ c
as
PluginOptions
}
from
'./shared/unplugin-dts.PNIpryzr.js'
;
import
'typescript'
;
declare
const
_default
:
(
options
?:
PluginOptions
|
undefined
) =>
vite.
Plugin
<
any
> | vite.
Plugin
<
any
>[];
export
= _default;