Skip to content

Commit

Permalink
convert to type import
Browse files Browse the repository at this point in the history
  • Loading branch information
MoustaphaDev committed Jan 12, 2023
1 parent 8bdf53d commit c245aca
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/integrations/image/components/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ import type { HTMLAttributes } from 'astro/types';

import type { TransformOptions, OutputFormat } from '../dist/loaders/index.js';
import type { ImageMetadata } from '../dist/vite-plugin-astro-image.js';
import { AstroBuiltinAttributes } from 'astro';
import type { AstroBuiltinAttributes } from 'astro';

export interface ImageComponentLocalImageProps
extends Omit<TransformOptions, 'src'>,
Expand Down

0 comments on commit c245aca

Please sign in to comment.