@sonarsource/gatsby-theme-marketing
Version:
Gatsby theme for Sonar projects
7 lines (6 loc) • 389 B
TypeScript
import { ThemeProvider } from '@sonarsource/marketing-design-system';
import '@sonarsource/marketing-design-system/dist/css/fonts.css';
import { ComponentProps } from 'react';
type MainLayoutProps = ComponentProps<typeof ThemeProvider>;
declare const MainLayout: ({ children, shade, theme }: MainLayoutProps) => import("@emotion/react/jsx-runtime").JSX.Element;
export default MainLayout;