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:
committed by
GitHub
parent
d37de29d36
commit
e60ab9e247
@@ -15,6 +15,10 @@ export interface PackageMetaInterface {
|
||||
};
|
||||
license?: Partial<LicenseInterface> | string;
|
||||
version: string;
|
||||
repository?: {
|
||||
type?: string;
|
||||
url?: string;
|
||||
};
|
||||
};
|
||||
_uplinks: {};
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user