UNPKG
next-social-icons
Version:
latest (0.0.6)
0.0.6
0.0.5
0.0.4
0.0.3
0.0.2
0.0.1
A Next.js-compatible social icons library based on `react-social-icons`.
next-social-icons
/
dist
/
pages
/
_app.d.ts
6 lines
(5 loc)
•
188 B
TypeScript
View Raw
1
2
3
4
5
6
/// <reference types="react" />
import
"../index.css"
;
import
type
{
AppProps
}
from
"next/app"
;
declare
function
App
(
{ Component, pageProps }:
AppProps
):
JSX
.
Element
;
export
default
App
;