nuxt-lazytube
Version:
A Nuxt module for lazy loading YouTube and Vimeo videos with lightweight iframes to improve page performance
13 lines (12 loc) • 367 B
TypeScript
declare const _default: typeof __VLS_export;
export default _default;
declare const __VLS_export: __VLS_WithSlots<typeof __VLS_base, __VLS_Slots>;
type __VLS_WithSlots<T, S> = T & (new () => {
$slots: S;
});
declare const __VLS_base: any;
type __VLS_Slots = {
button?: ((props: {}) => any) | undefined;
} & {
loader?: ((props: {}) => any) | undefined;
};