Skip to content

Commit

Permalink
Change type to interface
Browse files Browse the repository at this point in the history
  • Loading branch information
cyntler committed Apr 11, 2022
1 parent b8ec144 commit 6e2d470
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions typings.d.ts
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
declare module 'find-project-root';

declare type StaticImageData = {
declare interface StaticImageData {
src: string;
height: number;
width: number;
placeholder?: string;
};
}

0 comments on commit 6e2d470

Please sign in to comment.