UNPKG
@vue-macros/boolean-prop
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
0.5.5
0.5.4
0.5.3
0.5.2
0.5.1
0.5.0
0.4.5
0.4.4
0.4.3
0.4.2
0.4.1
0.4.0
0.3.5
0.3.4
0.3.3
0.3.2
0.3.1
0.3.0
0.2.1
0.2.0
0.1.3
0.1.2
0.1.1
0.1.0
booleanProp feature from Vue Macros.
vue-macros.dev
vue-macros/vue-macros
@vue-macros/boolean-prop
/
dist
/
index-BrqqlLE5.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-De7KjCH5.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 };