UNPKG
@ambitiondev/vue-cookiebot
Version:
latest (3.2.4)
next (3.2.4-alpha.0)
3.2.4
3.2.4-alpha.0
3.2.3
3.2.3-alpha.0
3.2.2
3.2.2-alpha.0
3.2.1
3.2.1-alpha.1
3.2.1-alpha.0
3.2.0
3.1.4-alpha.1
3.1.4-alpha.0
3.1.3
3.1.3-alpha.0
3.1.2
3.1.2-alpha.0
3.1.1
3.1.1-alpha.0
3.1.0
3.0.2
3.0.2-alpha.0
3.0.1
3.0.1-alpha.0
3.0.0
3.0.0-alpha.5
3.0.0-alpha.4
2.0.0
1.0.1
1.0.0
0.1.1
0.1.0
Composable for Cookiebot in Vue applications
vue-nuxt-cookiebot.netlify.app
ambitiondev/cookiebot
@ambitiondev/vue-cookiebot
/
dist
/
types
/
plugin.d.ts
7 lines
(6 loc)
•
204 B
TypeScript
View Raw
1
2
3
4
5
6
7
import
{
App
}
from
'vue'
;
import
type
{
PluginOptions
}
from
'@ambitiondev/cookiebot-common'
;
declare
const
cookieBot
: {
install
:
(
app
:
App
,
options
:
PluginOptions
) =>
void
; };
export
{ cookieBot };