UNPKG

@sonarsource/gatsby-theme-marketing

Version:

Gatsby theme for Sonar projects

5 lines (4 loc) 175 B
import { GatsbyConfig } from 'gatsby'; import { SonarThemeOptions } from './types'; declare const config: (options: SonarThemeOptions) => GatsbyConfig; export default config;