UNPKG
react-gnome
Version:
latest (0.0.1)
0.0.1
## Getting Started
react-gnome
/
dist
/
types
/
packaging
/
templates
/
post-install-script.d.ts
4 lines
(3 loc)
•
93 B
TypeScript
View Raw
1
2
3
4
export
declare
const
getPostInstallScript
:
(
params
: { packageName:
string
; }
) =>
string
;