UNPKG
@vue-macros/short-bind
Version:
latest (3.1.1)
3.1.1
3.1.0
3.0.1
3.0.0
3.0.0-rc.0
3.0.0-beta.23
3.0.0-beta.22
3.0.0-beta.21
3.0.0-beta.20
3.0.0-beta.19
3.0.0-beta.18
3.0.0-beta.17
3.0.0-beta.16
3.0.0-beta.15
3.0.0-beta.14
3.0.0-beta.13
3.0.0-beta.12
3.0.0-beta.11
3.0.0-beta.10
3.0.0-beta.9
3.0.0-beta.8
3.0.0-beta.7
3.0.0-beta.6
3.0.0-beta.5
3.0.0-beta.4
3.0.0-beta.3
3.0.0-beta.2
3.0.0-beta.1
3.0.0-alpha.0
1.1.5
1.1.4
1.1.3
1.1.2
1.1.1
1.1.0
1.0.4
1.0.3
1.0.2
1.0.1
1.0.0
0.2.6
0.2.5
0.2.4
0.2.3
0.2.2
0.2.1
0.2.0
0.1.0
shortBind feature from Vue Macros.
vue-macros.dev
vue-macros/vue-macros
@vue-macros/short-bind
/
dist
/
index-CO5whVgt.d.ts
12 lines
(11 loc)
•
287 B
TypeScript
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
import
{
Options
}
from
"./api-7EuWNXrS.js"
;
import
{
Plugin
}
from
"vite"
;
//#region src/index.d.ts
declare
function
rollup
(
options
?:
Options
):
Plugin
;
declare
const
plugin
: {
rollup
:
typeof
rollup;
rolldown
:
typeof
rollup;
vite
:
typeof
rollup; };
//#endregion
export
{ plugin };