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

Repository Component - Replaced class by func. comp (#323)

This commit is contained in:
Priscila Oliveira
2019-12-01 16:14:17 +01:00
committed by GitHub
parent d37de29d36
commit e60ab9e247
6 changed files with 6516 additions and 123 deletions

View File

@@ -15,6 +15,10 @@ export interface PackageMetaInterface {
};
license?: Partial<LicenseInterface> | string;
version: string;
repository?: {
type?: string;
url?: string;
};
};
_uplinks: {};
}