UNPKG

@nuxt/image

Version:

Nuxt Image Module

9 lines (8 loc) 215 B
interface StrapiOptions { baseURL?: string; modifiers?: { breakpoint?: string; }; } declare const _default: () => import("../../module.js").ImageProvider<StrapiOptions>; export default _default;