rsnext/packages/next/pages
Steven f1e6bc9e6b
Rename next/script interface Props to ScriptProps (#26990)
This will ensure `next/script` follows the same naming convention as `next/image`. For example:

```js
import Image, { ImageProps } from 'next/image'
import Script, { ScriptProps } from 'next/script'
```

Fixes #26290
2021-07-07 16:35:50 +00:00
..
_app.tsx Move code shared between server/client to "shared" folder (#26734) 2021-06-30 11:43:31 +02:00
_document.tsx Rename next/script interface Props to ScriptProps (#26990) 2021-07-07 16:35:50 +00:00
_error.tsx Move code shared between server/client to "shared" folder (#26734) 2021-06-30 11:43:31 +02:00