rsnext/packages/next/client
Tadao Iseki d196e72a7f
Export ImageProps from Image component (#18576)
This allows to import the type `ImageProps` from `next/image` like `next/link`.

a6660729ea/packages/next/client/link.tsx (L21)

## Usage

```tsx
import Image, { ImageProps } from 'next/image'

const CustomImage: React.FC<ImageProps> = (props) => (
  <Image {...props} unsized />
)
```
2020-11-09 06:20:54 +00:00
..
dev Remove the static optimization indicator (#18629) 2020-11-02 09:27:36 +01:00
head-manager.ts Fix empty title in head (#17430) 2020-09-28 23:12:07 +00:00
image.tsx Export ImageProps from Image component (#18576) 2020-11-09 06:20:54 +00:00
index.tsx Prevent Next.js from removing all of its styles on hydration (#18723) 2020-11-03 12:50:15 +00:00
link.tsx Control <Image /> prefetching with React (#18904) 2020-11-06 23:03:15 +00:00
next-dev.js Remove the static optimization indicator (#18629) 2020-11-02 09:27:36 +01:00
next.js Shave a few bytes off the bootstrap code (#14457) 2020-06-22 17:50:17 +00:00
normalize-trailing-slash.ts fix basepath trailing slash (#15200) 2020-07-15 23:53:31 +00:00
page-loader.ts Load CSS early instead of only preloading (#18846) 2020-11-06 16:24:02 +00:00
performance-relayer.ts ncc inlining optimizations (#18752) 2020-11-04 21:52:49 +00:00
polyfills.js polyfills 2020-03-30 16:26:25 -04:00
router.ts Update to have default locale matched on root (#17669) 2020-10-08 11:12:17 +00:00
use-intersection.tsx Control <Image /> prefetching with React (#18904) 2020-11-06 23:03:15 +00:00
with-router.tsx Convert wrapper class to function component (#9095) 2019-11-09 14:56:59 -08:00