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:
committed by
Priscila Oliveira
parent
e0642a9d0d
commit
99621b6baf
@@ -48,3 +48,7 @@ export interface Author {
|
||||
url?: string;
|
||||
avatar?: string;
|
||||
}
|
||||
|
||||
export interface PackageDependencies {
|
||||
[key: string]: string;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user