UNPKG
@nx/gatsby
Version:
latest (16.1.1)
next (16.0.0-beta.4)
16.1.1
16.0.0
16.0.0-beta.4
16.0.0-beta.3
16.0.0-beta.2
16.0.0-beta.1
Gatsby Plugin for Nx
nx.dev
nrwl/nx-labs
@nx/gatsby
/
plugins
/
nx-gatsby-ext-plugin
/
gatsby-node.d.ts
5 lines
(4 loc)
•
126 B
TypeScript
View Raw
1
2
3
4
5
declare
function
onCreateBabelConfig
(
{ actions }: { actions:
any
; },
options
:
any
):
void
;
export
{ onCreateBabelConfig };