Skip to content

Commit db57608

Browse files
committed
feat: add TypeScript declaration for PNG images
- Introduced a new TypeScript declaration file to support importing PNG images in the project. - This addition enhances type safety and improves the development experience when working with image assets.
1 parent 54bb930 commit db57608

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

docs-site/src/images.d.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
declare module "*.png";

0 commit comments

Comments
 (0)