UNPKG

next-social-icons

Version:

A Next.js-compatible social icons library based on `react-social-icons`.

6 lines (5 loc) 188 B
/// <reference types="react" /> import "../index.css"; import type { AppProps } from "next/app"; declare function App({ Component, pageProps }: AppProps): JSX.Element; export default App;