UNPKG
react-gnome
Version:
latest (0.0.1)
0.0.1
## Getting Started
react-gnome
/
dist
/
types
/
polyfills
/
tsconfig.json.d.ts
9 lines
•
173 B
TypeScript
View Raw
1
2
3
4
5
6
7
8
9
interface
Default
{
extends
:
string
; compilerOptions: CompilerOptions; }
interface
CompilerOptions
{ noEmit:
boolean
; declaration:
boolean
; } export
default
Default;