nuxt-lazytube
Version:
A Nuxt module for lazy loading YouTube and Vimeo videos with lightweight iframes to improve page performance
11 lines (10 loc) • 315 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 = {
default?: ((props: {}) => any) | undefined;
};