{children};
+};
diff --git a/docs/v2/src/pages/_app.tsx b/docs/v2/src/pages/_app.tsx
index 78753ed..6786983 100644
--- a/docs/v2/src/pages/_app.tsx
+++ b/docs/v2/src/pages/_app.tsx
@@ -1,64 +1,96 @@
import '~/assets/css/tailwind.css';
import '~/assets/css/styles.css';
+import '@~package/overlayscrollbars/overlayscrollbars.css';
+import { useEffect } from 'react';
+import { OverlayScrollbars } from '@~package/overlayscrollbars';
import Head from 'next/head';
+import { MDXProvider } from '@mdx-js/react';
import favicon from '~/assets/favicon.ico';
+import { Pre } from '~/components/md/Pre';
+import { Heading } from '~/components/md/Heading';
+import type { ComponentProps } from 'react';
import type { AppProps } from 'next/app';
+import type { HeadingProps } from '~/components/md/Heading';
-const OverlayScrollbarsDocs = ({ Component, pageProps }: AppProps) => (
- + A javascript scrollbar plugin that hides native scrollbars, provides custom styleable + overlay scrollbars and keeps the native functionality and feeling. +
+ {separator('used by')} +
+ This page is a work in progress. For now refer to the TypeScript definitions for a more
+ detailed documentation.
+
+ Looking for the v1 docs? Follow this link.
+