UNPKG

@nuxt/image

Version:

Nuxt Image Module

10 lines (9 loc) 259 B
interface StoryblokOptions { baseURL?: string; modifiers?: { smart?: boolean; filters?: Record<string, string>; }; } declare const _default: () => import("../../module.js").ImageProvider<StoryblokOptions>; export default _default;