Skip to content

Commit cc0dbbe

Browse files
committed
add warning
1 parent 88127d8 commit cc0dbbe

1 file changed

Lines changed: 8 additions & 0 deletions

File tree

apps/fixtures/image/src/types.d.ts

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,13 @@
11
/// <reference types="vite/client" />
22

3+
4+
/**
5+
* @warning do not copy this pattern in your apps
6+
*
7+
* duplicating types from @solidjs/image/env
8+
* because we can't consume it within the monorepo due to the relative import
9+
* in env.d.ts
10+
*/
311
type StartImageMIME =
412
| "image/avif"
513
| "image/jpeg"

0 commit comments

Comments
 (0)