RustyCMS: File-based headless CMS with REST API, admin UI, multilingual support
Co-authored-by: Cursor <cursoragent@cursor.com>
This commit is contained in:
6
@types/astro-imagetools.d.ts
vendored
Normal file
6
@types/astro-imagetools.d.ts
vendored
Normal file
@@ -0,0 +1,6 @@
|
||||
declare module "astro-imagetools/api" {
|
||||
export function renderImg(
|
||||
options: any
|
||||
): Promise<{ link: string; style: string; img: string } | null>;
|
||||
export function importImage(src: string): Promise<string | null>;
|
||||
}
|
||||
Reference in New Issue
Block a user