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
/
src
/
generators
/
application
/
lib
/
create-application-files.helpers.d.ts
4 lines
(3 loc)
•
176 B
TypeScript
View Raw
1
2
3
4
export
declare
function
createAppJsx
(
name
:
string
):
string
;
export
declare
function
createPageWrapperStyle
(
):
string
;
export
declare
function
createPageStyleContent
(
):
string
;