1
0
mirror of https://github.com/SomboChea/ui synced 2026-01-12 06:05:43 +07:00

Refactor: Dependencies - Replaced class with func. comp (#169)

This commit is contained in:
Antoine Chalifour
2019-10-11 15:02:53 +02:00
committed by Priscila Oliveira
parent e0642a9d0d
commit 99621b6baf
5 changed files with 167 additions and 111 deletions

View File

@@ -48,3 +48,7 @@ export interface Author {
url?: string;
avatar?: string;
}
export interface PackageDependencies {
[key: string]: string;
}