UNPKG
@plaiceholder/next
Version:
alpha (1.0.0-alpha.11)
beta (2.0.0-beta.117)
canary (3.0.0-canary.1)
latest (3.0.0)
3.0.0
3.0.0-canary.1
3.0.0-canary.0
2.5.0
2.4.0
2.3.0
2.2.0
2.1.0
2.0.3
2.0.0
2.0.0-beta.117
1.0.0
1.0.0-alpha.11
1.0.0-alpha.10
1.0.0-alpha.5
0.2.0
Roll-you-own placeholders for Next.js.
github.com/joe-bell/plaiceholder
joe-bell/plaiceholder
@plaiceholder/next
/
dist
/
index.d.ts
4 lines
(3 loc)
•
134 B
TypeScript
View Raw
1
2
3
4
import
"sharp"
;
import
type {
NextConfig
}
from
"next"
;
export
default
function
withPlaiceholder
(
nextConfig: NextConfig
):
NextConfig
;