Refactored SourceFile-related code to TypeScript

This commit is contained in:
danielyxie
2019-05-14 20:56:59 -07:00
committed by danielyxie
parent 15a324a946
commit 9442b348e6
21 changed files with 608 additions and 361 deletions
@@ -0,0 +1,5 @@
/**
* React Component for configuring the way installed augmentations and
* Source-Files are displayed in the Augmentations UI
*/
import * as React from "react";