UNPKG
nuxt-easy-lightbox
Version:
latest (1.1.0)
1.1.0
1.0.2
1.0.1
A plugin to the simple Vue 3 Image Lightbox component with Zoom / Drag / Rotate / Switch.
nuxt-easy-lightbox
/
dist
/
runtime
/
plugin.d.ts
3 lines
(2 loc)
•
160 B
TypeScript
View Raw
1
2
3
declare
const
_default
:
import
(
"nuxt/app"
).
Plugin
<
Record
<
string
,
unknown
>> &
import
(
"nuxt/app"
).
ObjectPlugin
<
Record
<
string
,
unknown
>>;
export
default
_default;