We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents f8cbee5 + b4be678 commit f0c4186Copy full SHA for f0c4186
.github/workflows/build_test_deploy.yml
@@ -253,7 +253,7 @@ jobs:
253
254
- run: ./scripts/publish-release.sh
255
256
- prStats:
+ releaseStats:
257
name: Release Stats
258
runs-on: ubuntu-latest
259
needs: [publishRelease]
packages/next/client/image.tsx
@@ -57,13 +57,6 @@ type OnLoadingComplete = (result: {
57
58
type ImgElementStyle = NonNullable<JSX.IntrinsicElements['img']['style']>
59
60
-interface StaticImageData {
61
- src: string
62
- height: number
63
- width: number
64
- blurDataURL?: string
65
-}
66
-
67
interface StaticRequire {
68
default: StaticImageData
69
}
0 commit comments