added docs and rules pages

This commit is contained in:
Xetera
2019-07-29 21:24:56 -04:00
committed by Jean-Philippe Sirois
parent c1245dadbe
commit bf86d72173
7 changed files with 146 additions and 3 deletions
+4
View File
@@ -1,2 +1,6 @@
declare module "*.svg"
declare module "*.png"
type ComponentQuery<T> = {
readonly data: T
}