UNPKG

@sonarsource/gatsby-theme-marketing

Version:

Gatsby theme for Sonar projects

10 lines (8 loc) 249 B
import { css as cssImport } from '@emotion/react'; import styledImport from '@emotion/styled'; import 'twin.macro'; declare module 'twin.macro' { // The styled and css imports const styled: typeof styledImport; const css: typeof cssImport; }