UNPKG
react-gnome
Version:
latest (0.0.1)
0.0.1
## Getting Started
react-gnome
/
dist
/
types
/
add-config-schema.d.ts
4 lines
(3 loc)
•
185 B
TypeScript
View Raw
1
2
3
4
export
declare
const
findProjectRoot
:
() =>
Promise
<
string
>;
export
declare
const
CONFIG_FILE_NAME
=
"react-gtk.config.json"
;
export
declare
const
addConfigSchema
:
() =>
Promise
<
void
>;