UNPKG

react-gnome

Version:

## Getting Started

9 lines 173 B
interface Default { extends: string; compilerOptions: CompilerOptions; } interface CompilerOptions { noEmit: boolean; declaration: boolean; } export default Default;