next.js
2eeaeb06 - [Instant] export "Instant" config type (#90257)

Commit
4 days ago
[Instant] export "Instant" config type (#90257) We forgot to export a type for the `unstable_instant` config. This works now ```tsx import type { Instant } from 'next' export const unstable_instant: Instant = { ... } ```
Author
Parents
Loading