UNPKG

@nx/gatsby

Version:

Gatsby Plugin for Nx

8 lines (7 loc) 214 B
interface GatsbyBabelOptions { reactRuntime?: string; reactImportSource?: string; } declare function getGatsbyBabelOptions({ presetOptions }: { presetOptions: any; }): Record<string, string | boolean>;