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
/
api-7EuWNXrS.d.ts
9 lines
(8 loc)
•
254 B
TypeScript
View Raw
1
2
3
4
5
6
7
8
9
import
{
NodeTransform
}
from
"@vue/compiler-core"
;
//#region src/core/transformer.d.ts
interface
Options
{
version
?:
number
; }
declare
function
transformShortBind
(
options
?:
Options
):
NodeTransform
;
//#endregion
export
{
Options
, transformShortBind };