UNPKG

@nuxt/image

Version:

Nuxt Image Module

6 lines (5 loc) 204 B
import type { ProviderGetImage } from '../../module.js'; export declare const operationsGenerator: (modifiers?: { [key: string]: string; }) => string; export declare const getImage: ProviderGetImage;